Html Css Color HEX #02422D British Racing Green

📋 copy color: '#02422D'

red 2 ◦ green 66 ◦ blue 45

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

Shades of British Racing Green #02422D

Tints of British Racing Green #02422D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 39.82%

R = 1.77%
G = 58.41%
B = 39.82%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.32

 K value IS 0.74

RGB Variations

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

Color information

#02422D (or 0x02422D) is known color: British Racing Green. HEX triplet: 02, 42 and 2D. RGB value is (2,66,45). Sum of RGB (Red+Green+Blue) = 2+66+45=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 66 (26.17% from 255 or 58.41% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 66 - color contains mainly: green. Hex color #02422D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02422D is #FDBDD2. Grayscale: #2C2C2C. Windows color (decimal): -16629203 or 2966018. OLE color: 2966018.

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

Color convert

RGB 2 66 45 -
CMYK 0.97 0 0.32 0.74
HSL 160.31º 0.94% 0.13% -
HSV(B) 160.31º 0.97% 0.26% -
XYZ 2.45 4.1 3.14 -
YUV 44.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 2 66 45 0.97 0 0.32 0.74 160.31 0.94 0.13
Hex 2 42 2D 61 0 20 4A A0 5E D
Octal 2 102 55 141 0 40 112 240 136 15
Binary 10 1000010 101101 1100001 0 100000 1001010 10100000 1011110 1101

Color Harmonies of #02422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02422D

Black with #02422D

Text Example


Text Example

White with #02422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02422D; }

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

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

background-color css

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

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

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

border-color css

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

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

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