Html Css Color HEX #024324 British Racing Green

📋 copy color: '#024324'

red 2 ◦ green 67 ◦ blue 36

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

Shades of British Racing Green #024324

Tints of British Racing Green #024324

RGB

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

 GREEN value IS 67 (26.56% from 255) = 63.81%

 BLUE value IS 36 (14.45% from 255) = 34.29%

R = 1.9%
G = 63.81%
B = 34.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.46

 K value IS 0.74

RGB Variations

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

Color information

#024324 (or 0x024324) is known color: British Racing Green. HEX triplet: 02, 43 and 24. RGB value is (2,67,36). Sum of RGB (Red+Green+Blue) = 2+67+36=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 67 (26.56% from 255 or 63.81% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 67 - color contains mainly: green. Hex color #024324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024324 is #FDBCDB. Grayscale: #2C2C2C. Windows color (decimal): -16628956 or 2376450. OLE color: 2376450.

HSL color Cylindrical-coordinate representation of color #024324: hue angle of 151.38º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024324 is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.

Color convert

RGB 2 67 36 -
CMYK 0.97 0 0.46 0.74
HSL 151.38º 0.94% 0.14% -
HSV(B) 151.38º 0.97% 0.26% -
XYZ 2.35 4.15 2.35 -
YUV 44.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 2 67 36 0.97 0 0.46 0.74 151.38 0.94 0.14
Hex 2 43 24 61 0 2E 4A 97 5E E
Octal 2 103 44 141 0 56 112 227 136 16
Binary 10 1000011 100100 1100001 0 101110 1001010 10010111 1011110 1110

Color Harmonies of #024324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024324

Black with #024324

Text Example


Text Example

White with #024324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024324; }

 p { color: rgb(2,67,36); }

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

background-color css

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

 a { background-color: rgb(2,67,36); }

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

border-color css

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

 span { border-color: rgb(2,67,36); }

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