Html Css Color HEX #024312 British Racing Green

📋 copy color: '#024312'

red 2 ◦ green 67 ◦ blue 18

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

Shades of British Racing Green #024312

Tints of British Racing Green #024312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20.69%

R = 2.3%
G = 77.01%
B = 20.69%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#024312 (or 0x024312) is known color: British Racing Green. HEX triplet: 02, 43 and 12. RGB value is (2,67,18). Sum of RGB (Red+Green+Blue) = 2+67+18=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 67 (26.56% from 255 or 77.01% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 67 - color contains mainly: green. Hex color #024312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024312 is #FDBCED. Grayscale: #2A2A2A. Windows color (decimal): -16628974 or 1196802. OLE color: 1196802.

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

Color convert

RGB 2 67 18 -
CMYK 0.97 0 0.73 0.74
HSL 134.77º 0.94% 0.14% -
HSV(B) 134.77º 0.97% 0.26% -
XYZ 2.14 4.07 1.25 -
YUV 41.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 2 67 18 0.97 0 0.73 0.74 134.77 0.94 0.14
Hex 2 43 12 61 0 49 4A 87 5E E
Octal 2 103 22 141 0 111 112 207 136 16
Binary 10 1000011 10010 1100001 0 1001001 1001010 10000111 1011110 1110

Color Harmonies of #024312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024312

Black with #024312

Text Example


Text Example

White with #024312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024312; }

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

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

background-color css

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

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

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

border-color css

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

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

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