Html Css Color HEX #024215 British Racing Green

📋 copy color: '#024215'

red 2 ◦ green 66 ◦ blue 21

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

Shades of British Racing Green #024215

Tints of British Racing Green #024215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 74.16%

 BLUE value IS 21 (8.59% from 255) = 23.6%

R = 2.25%
G = 74.16%
B = 23.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#024215 (or 0x024215) is known color: British Racing Green. HEX triplet: 02, 42 and 15. RGB value is (2,66,21). Sum of RGB (Red+Green+Blue) = 2+66+21=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 66 (26.17% from 255 or 74.16% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 66 - color contains mainly: green. Hex color #024215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024215 is #FDBDEA. Grayscale: #292929. Windows color (decimal): -16629227 or 1393154. OLE color: 1393154.

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

Color convert

RGB 2 66 21 -
CMYK 0.97 0 0.68 0.74
HSL 137.81º 0.94% 0.13% -
HSV(B) 137.81º 0.97% 0.26% -
XYZ 2.11 3.96 1.36 -
YUV 41.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 2 66 21 0.97 0 0.68 0.74 137.81 0.94 0.13
Hex 2 42 15 61 0 44 4A 8A 5E D
Octal 2 102 25 141 0 104 112 212 136 15
Binary 10 1000010 10101 1100001 0 1000100 1001010 10001010 1011110 1101

Color Harmonies of #024215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024215

Black with #024215

Text Example


Text Example

White with #024215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024215; }

 p { color: rgb(2,66,21); }

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

background-color css

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

 a { background-color: rgb(2,66,21); }

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

border-color css

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

 span { border-color: rgb(2,66,21); }

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