Html Css Color HEX #133630 Racing Green

📋 copy color: '#133630'

red 19 ◦ green 54 ◦ blue 48

#133630
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Racing Green #133630

Tints of Racing Green #133630

RGB

 RED value IS 19 (7.81% from 255) = 15.7%

 GREEN value IS 54 (21.48% from 255) = 44.63%

 BLUE value IS 48 (19.14% from 255) = 39.67%

R = 15.7%
G = 44.63%
B = 39.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.79

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#133630 (or 0x133630) is known color: Racing Green. HEX triplet: 13, 36 and 30. RGB value is (19,54,48). Sum of RGB (Red+Green+Blue) = 19+54+48=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #133630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133630 is #ECC9CF. Grayscale: #2A2A2A. Windows color (decimal): -15518160 or 3159571. OLE color: 3159571.

HSL color Cylindrical-coordinate representation of color #133630: hue angle of 169.71º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133630 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 54 48 -
CMYK 0.65 0 0.11 0.79
HSL 169.71º 0.48% 0.14% -
HSV(B) 169.71º 0.65% 0.21% -
XYZ 2.12 2.99 3.26 -
YUV 42.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 19 54 48 0.65 0 0.11 0.79 169.71 0.48 0.14
Hex 13 36 30 41 0 B 4F AA 30 E
Octal 23 66 60 101 0 13 117 252 60 16
Binary 10011 110110 110000 1000001 0 1011 1001111 10101010 110000 1110

Color Harmonies of #133630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133630

Black with #133630

Text Example


Text Example

White with #133630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133630; }

 p { color: rgb(19,54,48); }

 H1.HeaderClassName
 {
   color: #133630;
 }
 .AnyTagClassName
 {
   color: #133630;
 }
</style>

background-color css

<style>
 a { background-color: #133630; }

 a { background-color: rgb(19,54,48); }

 div.DivClassName
 {
   background-color: #133630;
 }
 .BgClassName
 {
   background-color: #133630;
 }
</style>

border-color css

<style>
 span { border-color: #133630; }

 span { border-color: rgb(19,54,48); }

 td.TdClassName
 {
   border-color: #133630;
 }
 .TagClassName
 {
   border-color: #133630;
 }
</style>