Html Css Color HEX #023E20 British Racing Green

📋 copy color: '#023E20'

red 2 ◦ green 62 ◦ blue 32

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

Shades of British Racing Green #023E20

Tints of British Racing Green #023E20

RGB

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

 GREEN value IS 62 (24.61% from 255) = 64.58%

 BLUE value IS 32 (12.89% from 255) = 33.33%

R = 2.08%
G = 64.58%
B = 33.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.48

 K value IS 0.76

RGB Variations

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

Color information

#023E20 (or 0x023E20) is known color: British Racing Green. HEX triplet: 02, 3E and 20. RGB value is (2,62,32). Sum of RGB (Red+Green+Blue) = 2+62+32=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 62 (24.61% from 255 or 64.58% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 62 - color contains mainly: green. Hex color #023E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023E20 is #FDC1DF. Grayscale: #282828. Windows color (decimal): -16630240 or 2113026. OLE color: 2113026.

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

Color convert

RGB 2 62 32 -
CMYK 0.97 0 0.48 0.76
HSL 150º 0.94% 0.13% -
HSV(B) 150º 0.97% 0.24% -
XYZ 2.01 3.56 1.95 -
YUV 40.64 123.12 100.44 -
System Red Green Blue C M Y K H S L
Decimal 2 62 32 0.97 0 0.48 0.76 150 0.94 0.13
Hex 2 3E 20 61 0 30 4C 96 5E D
Octal 2 76 40 141 0 60 114 226 136 15
Binary 10 111110 100000 1100001 0 110000 1001100 10010110 1011110 1101

Color Harmonies of #023E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023E20

Black with #023E20

Text Example


Text Example

White with #023E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023E20; }

 p { color: rgb(2,62,32); }

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

background-color css

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

 a { background-color: rgb(2,62,32); }

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

border-color css

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

 span { border-color: rgb(2,62,32); }

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