Html Css Color HEX #023C14 British Racing Green

📋 copy color: '#023C14'

red 2 ◦ green 60 ◦ blue 20

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

Shades of British Racing Green #023C14

Tints of British Racing Green #023C14

RGB

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

 GREEN value IS 60 (23.83% from 255) = 73.17%

 BLUE value IS 20 (8.2% from 255) = 24.39%

R = 2.44%
G = 73.17%
B = 24.39%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.67

 K value IS 0.76

RGB Variations

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

Color information

#023C14 (or 0x023C14) is known color: British Racing Green. HEX triplet: 02, 3C and 14. RGB value is (2,60,20). Sum of RGB (Red+Green+Blue) = 2+60+20=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 60 (23.83% from 255 or 73.17% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 60 - color contains mainly: green. Hex color #023C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023C14 is #FDC3EB. Grayscale: #262626. Windows color (decimal): -16630764 or 1326082. OLE color: 1326082.

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

Color convert

RGB 2 60 20 -
CMYK 0.97 0 0.67 0.76
HSL 138.62º 0.94% 0.12% -
HSV(B) 138.62º 0.97% 0.24% -
XYZ 1.77 3.3 1.2 -
YUV 38.1 117.78 102.25 -
System Red Green Blue C M Y K H S L
Decimal 2 60 20 0.97 0 0.67 0.76 138.62 0.94 0.12
Hex 2 3C 14 61 0 43 4C 8B 5E C
Octal 2 74 24 141 0 103 114 213 136 14
Binary 10 111100 10100 1100001 0 1000011 1001100 10001011 1011110 1100

Color Harmonies of #023C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023C14

Black with #023C14

Text Example


Text Example

White with #023C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,60,20); }

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

background-color css

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

 a { background-color: rgb(2,60,20); }

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

border-color css

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

 span { border-color: rgb(2,60,20); }

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