Html Css Color HEX #023E14 British Racing Green

📋 copy color: '#023E14'

red 2 ◦ green 62 ◦ blue 20

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

Shades of British Racing Green #023E14

Tints of British Racing Green #023E14

RGB

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

 GREEN value IS 62 (24.61% from 255) = 73.81%

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

R = 2.38%
G = 73.81%
B = 23.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.76

RGB Variations

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

Color information

#023E14 (or 0x023E14) is known color: British Racing Green. HEX triplet: 02, 3E and 14. RGB value is (2,62,20). Sum of RGB (Red+Green+Blue) = 2+62+20=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 62 (24.61% from 255 or 73.81% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 62 - color contains mainly: green. Hex color #023E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023E14 is #FDC1EB. Grayscale: #272727. Windows color (decimal): -16630252 or 1326594. OLE color: 1326594.

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

Color convert

RGB 2 62 20 -
CMYK 0.97 0 0.68 0.76
HSL 138º 0.94% 0.13% -
HSV(B) 138º 0.97% 0.24% -
XYZ 1.87 3.51 1.24 -
YUV 39.27 117.12 101.42 -
System Red Green Blue C M Y K H S L
Decimal 2 62 20 0.97 0 0.68 0.76 138 0.94 0.13
Hex 2 3E 14 61 0 44 4C 8A 5E D
Octal 2 76 24 141 0 104 114 212 136 15
Binary 10 111110 10100 1100001 0 1000100 1001100 10001010 1011110 1101

Color Harmonies of #023E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023E14

Black with #023E14

Text Example


Text Example

White with #023E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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