Html Css Color HEX #024122 British Racing Green

📋 copy color: '#024122'

red 2 ◦ green 65 ◦ blue 34

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

Shades of British Racing Green #024122

Tints of British Racing Green #024122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 64.36%

 BLUE value IS 34 (13.67% from 255) = 33.66%

R = 1.98%
G = 64.36%
B = 33.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#024122 (or 0x024122) is known color: British Racing Green. HEX triplet: 02, 41 and 22. RGB value is (2,65,34). Sum of RGB (Red+Green+Blue) = 2+65+34=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 65 (25.78% from 255 or 64.36% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 65 - color contains mainly: green. Hex color #024122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024122 is #FDBEDD. Grayscale: #2A2A2A. Windows color (decimal): -16629470 or 2244866. OLE color: 2244866.

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

Color convert

RGB 2 65 34 -
CMYK 0.97 0 0.48 0.75
HSL 150.48º 0.94% 0.13% -
HSV(B) 150.48º 0.97% 0.25% -
XYZ 2.2 3.91 2.15 -
YUV 42.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 2 65 34 0.97 0 0.48 0.75 150.48 0.94 0.13
Hex 2 41 22 61 0 30 4B 96 5E D
Octal 2 101 42 141 0 60 113 226 136 15
Binary 10 1000001 100010 1100001 0 110000 1001011 10010110 1011110 1101

Color Harmonies of #024122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024122

Black with #024122

Text Example


Text Example

White with #024122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024122; }

 p { color: rgb(2,65,34); }

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

background-color css

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

 a { background-color: rgb(2,65,34); }

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

border-color css

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

 span { border-color: rgb(2,65,34); }

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