Html Css Color HEX #024926 British Racing Green

📋 copy color: '#024926'

red 2 ◦ green 73 ◦ blue 38

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

Shades of British Racing Green #024926

Tints of British Racing Green #024926

RGB

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

 GREEN value IS 73 (28.91% from 255) = 64.6%

 BLUE value IS 38 (15.23% from 255) = 33.63%

R = 1.77%
G = 64.6%
B = 33.63%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#024926 (or 0x024926) is known color: British Racing Green. HEX triplet: 02, 49 and 26. RGB value is (2,73,38). Sum of RGB (Red+Green+Blue) = 2+73+38=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 73 (28.91% from 255 or 64.60% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 73 - color contains mainly: green. Hex color #024926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024926 is #FDB6D9. Grayscale: #2F2F2F. Windows color (decimal): -16627418 or 2509058. OLE color: 2509058.

HSL color Cylindrical-coordinate representation of color #024926: hue angle of 150.42º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024926 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 73 38 -
CMYK 0.97 0 0.48 0.71
HSL 150.42º 0.95% 0.15% -
HSV(B) 150.42º 0.97% 0.29% -
XYZ 2.76 4.92 2.64 -
YUV 47.78 122.48 95.35 -
System Red Green Blue C M Y K H S L
Decimal 2 73 38 0.97 0 0.48 0.71 150.42 0.95 0.15
Hex 2 49 26 61 0 30 47 96 5F F
Octal 2 111 46 141 0 60 107 226 137 17
Binary 10 1001001 100110 1100001 0 110000 1000111 10010110 1011111 1111

Color Harmonies of #024926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024926

Black with #024926

Text Example


Text Example

White with #024926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024926; }

 p { color: rgb(2,73,38); }

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

background-color css

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

 a { background-color: rgb(2,73,38); }

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

border-color css

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

 span { border-color: rgb(2,73,38); }

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