Html Css Color HEX #024027 British Racing Green

📋 copy color: '#024027'

red 2 ◦ green 64 ◦ blue 39

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

Shades of British Racing Green #024027

Tints of British Racing Green #024027

RGB

 RED value IS 2 (1.17% from 255) = 1.9%

 GREEN value IS 64 (25.39% from 255) = 60.95%

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

R = 1.9%
G = 60.95%
B = 37.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.39

 K value IS 0.75

RGB Variations

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

Color information

#024027 (or 0x024027) is known color: British Racing Green. HEX triplet: 02, 40 and 27. RGB value is (2,64,39). Sum of RGB (Red+Green+Blue) = 2+64+39=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 64 (25.39% from 255 or 60.95% from 105); Blue value is 39 (15.62% from 255 or 37.14% from 105); Max value from RGB is 64 - color contains mainly: green. Hex color #024027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024027 is #FDBFD8. Grayscale: #2A2A2A. Windows color (decimal): -16629721 or 2572290. OLE color: 2572290.

HSL color Cylindrical-coordinate representation of color #024027: hue angle of 155.81º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024027 is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 64 39 -
CMYK 0.97 0 0.39 0.75
HSL 155.81º 0.94% 0.13% -
HSV(B) 155.81º 0.97% 0.25% -
XYZ 2.22 3.83 2.54 -
YUV 42.61 125.96 99.03 -
System Red Green Blue C M Y K H S L
Decimal 2 64 39 0.97 0 0.39 0.75 155.81 0.94 0.13
Hex 2 40 27 61 0 27 4B 9C 5E D
Octal 2 100 47 141 0 47 113 234 136 15
Binary 10 1000000 100111 1100001 0 100111 1001011 10011100 1011110 1101

Color Harmonies of #024027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024027

Black with #024027

Text Example


Text Example

White with #024027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024027; }

 p { color: rgb(2,64,39); }

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

background-color css

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

 a { background-color: rgb(2,64,39); }

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

border-color css

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

 span { border-color: rgb(2,64,39); }

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