Html Css Color HEX #024320 British Racing Green

📋 copy color: '#024320'

red 2 ◦ green 67 ◦ blue 32

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

Shades of British Racing Green #024320

Tints of British Racing Green #024320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 31.68%

R = 1.98%
G = 66.34%
B = 31.68%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#024320 (or 0x024320) is known color: British Racing Green. HEX triplet: 02, 43 and 20. RGB value is (2,67,32). Sum of RGB (Red+Green+Blue) = 2+67+32=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 67 (26.56% from 255 or 66.34% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 67 - color contains mainly: green. Hex color #024320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024320 is #FDBCDF. Grayscale: #2B2B2B. Windows color (decimal): -16628960 or 2114306. OLE color: 2114306.

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

Color convert

RGB 2 67 32 -
CMYK 0.97 0 0.52 0.74
HSL 147.69º 0.94% 0.14% -
HSV(B) 147.69º 0.97% 0.26% -
XYZ 2.29 4.13 2.04 -
YUV 43.58 121.47 98.35 -
System Red Green Blue C M Y K H S L
Decimal 2 67 32 0.97 0 0.52 0.74 147.69 0.94 0.14
Hex 2 43 20 61 0 34 4A 94 5E E
Octal 2 103 40 141 0 64 112 224 136 16
Binary 10 1000011 100000 1100001 0 110100 1001010 10010100 1011110 1110

Color Harmonies of #024320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024320

Black with #024320

Text Example


Text Example

White with #024320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024320; }

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

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

background-color css

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

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

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

border-color css

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

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

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