Html Css Color HEX #024322 British Racing Green

📋 copy color: '#024322'

red 2 ◦ green 67 ◦ blue 34

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

Shades of British Racing Green #024322

Tints of British Racing Green #024322

RGB

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

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

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

R = 1.94%
G = 65.05%
B = 33.01%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.49

 K value IS 0.74

RGB Variations

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

Color information

#024322 (or 0x024322) is known color: British Racing Green. HEX triplet: 02, 43 and 22. RGB value is (2,67,34). Sum of RGB (Red+Green+Blue) = 2+67+34=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 67 (26.56% from 255 or 65.05% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 67 - color contains mainly: green. Hex color #024322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024322 is #FDBCDD. Grayscale: #2B2B2B. Windows color (decimal): -16628958 or 2245378. OLE color: 2245378.

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

Color convert

RGB 2 67 34 -
CMYK 0.97 0 0.49 0.74
HSL 149.54º 0.94% 0.14% -
HSV(B) 149.54º 0.97% 0.26% -
XYZ 2.32 4.14 2.19 -
YUV 43.8 122.47 98.18 -
System Red Green Blue C M Y K H S L
Decimal 2 67 34 0.97 0 0.49 0.74 149.54 0.94 0.14
Hex 2 43 22 61 0 31 4A 96 5E E
Octal 2 103 42 141 0 61 112 226 136 16
Binary 10 1000011 100010 1100001 0 110001 1001010 10010110 1011110 1110

Color Harmonies of #024322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024322

Black with #024322

Text Example


Text Example

White with #024322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024322; }

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

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

background-color css

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

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

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

border-color css

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

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

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