Html Css Color HEX #023D18 British Racing Green

📋 copy color: '#023D18'

red 2 ◦ green 61 ◦ blue 24

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

Shades of British Racing Green #023D18

Tints of British Racing Green #023D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 27.59%

R = 2.3%
G = 70.11%
B = 27.59%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.61

 K value IS 0.76

RGB Variations

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

Color information

#023D18 (or 0x023D18) is known color: British Racing Green. HEX triplet: 02, 3D and 18. RGB value is (2,61,24). Sum of RGB (Red+Green+Blue) = 2+61+24=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 61 (24.22% from 255 or 70.11% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 61 - color contains mainly: green. Hex color #023D18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023D18 is #FDC2E7. Grayscale: #272727. Windows color (decimal): -16630504 or 1588482. OLE color: 1588482.

HSL color Cylindrical-coordinate representation of color #023D18: hue angle of 142.37º 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 #023D18 is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 61 24 -
CMYK 0.97 0 0.61 0.76
HSL 142.37º 0.94% 0.12% -
HSV(B) 142.37º 0.97% 0.24% -
XYZ 1.86 3.42 1.43 -
YUV 39.14 119.45 101.51 -
System Red Green Blue C M Y K H S L
Decimal 2 61 24 0.97 0 0.61 0.76 142.37 0.94 0.12
Hex 2 3D 18 61 0 3D 4C 8E 5E C
Octal 2 75 30 141 0 75 114 216 136 14
Binary 10 111101 11000 1100001 0 111101 1001100 10001110 1011110 1100

Color Harmonies of #023D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023D18

Black with #023D18

Text Example


Text Example

White with #023D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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