#023E20

Color #023E20 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #023E20

Tints of British Racing Green #023E20

Color information

#023E20 (or 0x023E20) is unknown color: approx 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

RGB26232-
CMYK0.9700.480.76
HSL150º93.75%12.55%-
HSV(B)150º96.77%24.31%-
XYZ2.013.561.95-
YUV40.64123.12100.44-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal262320.9700.480.7615093.7512.55
Hex23E20610304C965ed
Octal2764014106011422613615
Binary101111101000001100001011000010011001001011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>