Html Css Color HEX #023B20 British Racing Green

📋 copy color: '#023B20'

red 2 ◦ green 59 ◦ blue 32

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

Shades of British Racing Green #023B20

Tints of British Racing Green #023B20

RGB

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

 GREEN value IS 59 (23.44% from 255) = 63.44%

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

R = 2.15%
G = 63.44%
B = 34.41%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.46

 K value IS 0.77

RGB Variations

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

Color information

#023B20 (or 0x023B20) is known color: British Racing Green. HEX triplet: 02, 3B and 20. RGB value is (2,59,32). Sum of RGB (Red+Green+Blue) = 2+59+32=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 59 (23.44% from 255 or 63.44% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 59 - color contains mainly: green. Hex color #023B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B20 is #FDC4DF. Grayscale: #262626. Windows color (decimal): -16631008 or 2112258. OLE color: 2112258.

HSL color Cylindrical-coordinate representation of color #023B20: hue angle of 151.58º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023B20 is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.77.

Color convert

RGB 2 59 32 -
CMYK 0.97 0 0.46 0.77
HSL 151.58º 0.93% 0.12% -
HSV(B) 151.58º 0.97% 0.23% -
XYZ 1.85 3.25 1.9 -
YUV 38.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 2 59 32 0.97 0 0.46 0.77 151.58 0.93 0.12
Hex 2 3B 20 61 0 2E 4D 98 5D C
Octal 2 73 40 141 0 56 115 230 135 14
Binary 10 111011 100000 1100001 0 101110 1001101 10011000 1011101 1100

Color Harmonies of #023B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023B20

Black with #023B20

Text Example


Text Example

White with #023B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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