Html Css Color HEX #133027 Racing Green

📋 copy color: '#133027'

red 19 ◦ green 48 ◦ blue 39

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

Shades of Racing Green #133027

Tints of Racing Green #133027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 45.28%

 BLUE value IS 39 (15.63% from 255) = 36.79%

R = 17.92%
G = 45.28%
B = 36.79%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#133027 (or 0x133027) is known color: Racing Green. HEX triplet: 13, 30 and 27. RGB value is (19,48,39). Sum of RGB (Red+Green+Blue) = 19+48+39=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #133027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133027 is #ECCFD8. Grayscale: #262626. Windows color (decimal): -15519705 or 2568211. OLE color: 2568211.

HSL color Cylindrical-coordinate representation of color #133027: hue angle of 161.38º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #133027 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 48 39 -
CMYK 0.60 0 0.19 0.81
HSL 161.38º 0.43% 0.13% -
HSV(B) 161.38º 0.6% 0.19% -
XYZ 1.69 2.4 2.29 -
YUV 38.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 19 48 39 0.60 0 0.19 0.81 161.38 0.43 0.13
Hex 13 30 27 3C 0 13 51 A1 2B D
Octal 23 60 47 74 0 23 121 241 53 15
Binary 10011 110000 100111 111100 0 10011 1010001 10100001 101011 1101

Color Harmonies of #133027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133027

Black with #133027

Text Example


Text Example

White with #133027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133027; }

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

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

background-color css

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

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

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

border-color css

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

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

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