Html Css Color HEX #024313 British Racing Green

📋 copy color: '#024313'

red 2 ◦ green 67 ◦ blue 19

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

Shades of British Racing Green #024313

Tints of British Racing Green #024313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 21.59%

R = 2.27%
G = 76.14%
B = 21.59%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#024313 (or 0x024313) is known color: British Racing Green. HEX triplet: 02, 43 and 13. RGB value is (2,67,19). Sum of RGB (Red+Green+Blue) = 2+67+19=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 67 (26.56% from 255 or 76.14% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 67 - color contains mainly: green. Hex color #024313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024313 is #FDBCEC. Grayscale: #2A2A2A. Windows color (decimal): -16628973 or 1262338. OLE color: 1262338.

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

Color convert

RGB 2 67 19 -
CMYK 0.97 0 0.72 0.74
HSL 135.69º 0.94% 0.14% -
HSV(B) 135.69º 0.97% 0.26% -
XYZ 2.15 4.07 1.29 -
YUV 42.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 2 67 19 0.97 0 0.72 0.74 135.69 0.94 0.14
Hex 2 43 13 61 0 48 4A 88 5E E
Octal 2 103 23 141 0 110 112 210 136 16
Binary 10 1000011 10011 1100001 0 1001000 1001010 10001000 1011110 1110

Color Harmonies of #024313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024313

Black with #024313

Text Example


Text Example

White with #024313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024313; }

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

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

background-color css

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

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

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

border-color css

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

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

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