Html Css Color HEX #033E14 British Racing Green

📋 copy color: '#033E14'

red 3 ◦ green 62 ◦ blue 20

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

Shades of British Racing Green #033E14

Tints of British Racing Green #033E14

RGB

 RED value IS 3 (1.56% from 255) = 3.53%

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

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

R = 3.53%
G = 72.94%
B = 23.53%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.68

 K value IS 0.76

RGB Variations

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

Color information

#033E14 (or 0x033E14) is known color: British Racing Green. HEX triplet: 03, 3E and 14. RGB value is (3,62,20). Sum of RGB (Red+Green+Blue) = 3+62+20=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 62 (24.61% from 255 or 72.94% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 62 - color contains mainly: green. Hex color #033E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033E14 is #FCC1EB. Grayscale: #272727. Windows color (decimal): -16564716 or 1326595. OLE color: 1326595.

HSL color Cylindrical-coordinate representation of color #033E14: hue angle of 137.29º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033E14 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.

Color convert

RGB 3 62 20 -
CMYK 0.95 0 0.68 0.76
HSL 137.29º 0.91% 0.13% -
HSV(B) 137.29º 0.95% 0.24% -
XYZ 1.89 3.52 1.24 -
YUV 39.57 116.95 101.92 -
System Red Green Blue C M Y K H S L
Decimal 3 62 20 0.95 0 0.68 0.76 137.29 0.91 0.13
Hex 3 3E 14 5F 0 44 4C 89 5B D
Octal 3 76 24 137 0 104 114 211 133 15
Binary 11 111110 10100 1011111 0 1000100 1001100 10001001 1011011 1101

Color Harmonies of #033E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033E14

Black with #033E14

Text Example


Text Example

White with #033E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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