Html Css Color HEX #024C32 British Racing Green

📋 copy color: '#024C32'

red 2 ◦ green 76 ◦ blue 50

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

Shades of British Racing Green #024C32

Tints of British Racing Green #024C32

RGB

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

 GREEN value IS 76 (30.08% from 255) = 59.38%

 BLUE value IS 50 (19.92% from 255) = 39.06%

R = 1.56%
G = 59.38%
B = 39.06%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#024C32 (or 0x024C32) is known color: British Racing Green. HEX triplet: 02, 4C and 32. RGB value is (2,76,50). Sum of RGB (Red+Green+Blue) = 2+76+50=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 76 (30.08% from 255 or 59.38% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 76 - color contains mainly: green. Hex color #024C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024C32 is #FDB3CD. Grayscale: #323232. Windows color (decimal): -16626638 or 3296258. OLE color: 3296258.

HSL color Cylindrical-coordinate representation of color #024C32: hue angle of 158.92º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024C32 is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 76 50 -
CMYK 0.97 0 0.34 0.70
HSL 158.92º 0.95% 0.15% -
HSV(B) 158.92º 0.97% 0.3% -
XYZ 3.19 5.41 3.89 -
YUV 50.91 127.48 93.11 -
System Red Green Blue C M Y K H S L
Decimal 2 76 50 0.97 0 0.34 0.70 158.92 0.95 0.15
Hex 2 4C 32 61 0 22 46 9F 5F F
Octal 2 114 62 141 0 42 106 237 137 17
Binary 10 1001100 110010 1100001 0 100010 1000110 10011111 1011111 1111

Color Harmonies of #024C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C32

Black with #024C32

Text Example


Text Example

White with #024C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024C32; }

 p { color: rgb(2,76,50); }

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

background-color css

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

 a { background-color: rgb(2,76,50); }

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

border-color css

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

 span { border-color: rgb(2,76,50); }

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