Html Css Color HEX #023D20 British Racing Green

📋 copy color: '#023D20'

red 2 ◦ green 61 ◦ blue 32

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

Shades of British Racing Green #023D20

Tints of British Racing Green #023D20

RGB

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

 GREEN value IS 61 (24.22% from 255) = 64.21%

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

R = 2.11%
G = 64.21%
B = 33.68%

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

#023D20 (or 0x023D20) is known color: British Racing Green. HEX triplet: 02, 3D and 20. RGB value is (2,61,32). Sum of RGB (Red+Green+Blue) = 2+61+32=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 61 (24.22% from 255 or 64.21% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 61 - color contains mainly: green. Hex color #023D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D20 is #FDC2DF. Grayscale: #282828. Windows color (decimal): -16630496 or 2112770. OLE color: 2112770.

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

Color convert

RGB 2 61 32 -
CMYK 0.97 0 0.48 0.76
HSL 150.51º 0.94% 0.12% -
HSV(B) 150.51º 0.97% 0.24% -
XYZ 1.95 3.45 1.93 -
YUV 40.05 123.45 100.86 -
System Red Green Blue C M Y K H S L
Decimal 2 61 32 0.97 0 0.48 0.76 150.51 0.94 0.12
Hex 2 3D 20 61 0 30 4C 97 5E C
Octal 2 75 40 141 0 60 114 227 136 14
Binary 10 111101 100000 1100001 0 110000 1001100 10010111 1011110 1100

Color Harmonies of #023D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023D20

Black with #023D20

Text Example


Text Example

White with #023D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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