Html Css Color HEX #033E1F British Racing Green

📋 copy color: '#033E1F'

red 3 ◦ green 62 ◦ blue 31

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

Shades of British Racing Green #033E1F

Tints of British Racing Green #033E1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 32.29%

R = 3.13%
G = 64.58%
B = 32.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.5

 K value IS 0.76

RGB Variations

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

Color information

#033E1F (or 0x033E1F) is known color: British Racing Green. HEX triplet: 03, 3E and 1F. RGB value is (3,62,31). Sum of RGB (Red+Green+Blue) = 3+62+31=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 62 (24.61% from 255 or 64.58% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 62 - color contains mainly: green. Hex color #033E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033E1F is #FCC1E0. Grayscale: #282828. Windows color (decimal): -16564705 or 2047491. OLE color: 2047491.

HSL color Cylindrical-coordinate representation of color #033E1F: hue angle of 148.47º 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 #033E1F is Cyan = 0.95, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.

Color convert

RGB 3 62 31 -
CMYK 0.95 0 0.5 0.76
HSL 148.47º 0.91% 0.13% -
HSV(B) 148.47º 0.95% 0.24% -
XYZ 2.01 3.56 1.88 -
YUV 40.83 122.45 101.02 -
System Red Green Blue C M Y K H S L
Decimal 3 62 31 0.95 0 0.5 0.76 148.47 0.91 0.13
Hex 3 3E 1F 5F 0 32 4C 94 5B D
Octal 3 76 37 137 0 62 114 224 133 15
Binary 11 111110 11111 1011111 0 110010 1001100 10010100 1011011 1101

Color Harmonies of #033E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033E1F

Black with #033E1F

Text Example


Text Example

White with #033E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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