Html Css Color HEX #024933 British Racing Green

📋 copy color: '#024933'

red 2 ◦ green 73 ◦ blue 51

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

Shades of British Racing Green #024933

Tints of British Racing Green #024933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 40.48%

R = 1.59%
G = 57.94%
B = 40.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#024933 (or 0x024933) is known color: British Racing Green. HEX triplet: 02, 49 and 33. RGB value is (2,73,51). Sum of RGB (Red+Green+Blue) = 2+73+51=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 73 (28.91% from 255 or 57.94% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 73 - color contains mainly: green. Hex color #024933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024933 is #FDB6CC. Grayscale: #313131. Windows color (decimal): -16627405 or 3361026. OLE color: 3361026.

HSL color Cylindrical-coordinate representation of color #024933: hue angle of 161.41º 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 #024933 is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 73 51 -
CMYK 0.97 0 0.30 0.71
HSL 161.41º 0.95% 0.15% -
HSV(B) 161.41º 0.97% 0.29% -
XYZ 3.01 5.02 3.94 -
YUV 49.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 2 73 51 0.97 0 0.30 0.71 161.41 0.95 0.15
Hex 2 49 33 61 0 1E 47 A1 5F F
Octal 2 111 63 141 0 36 107 241 137 17
Binary 10 1001001 110011 1100001 0 11110 1000111 10100001 1011111 1111

Color Harmonies of #024933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024933

Black with #024933

Text Example


Text Example

White with #024933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024933; }

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

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

background-color css

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

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

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

border-color css

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

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

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