Html Css Color HEX #033D1F British Racing Green

📋 copy color: '#033D1F'

red 3 ◦ green 61 ◦ blue 31

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

Shades of British Racing Green #033D1F

Tints of British Racing Green #033D1F

RGB

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

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

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

R = 3.16%
G = 64.21%
B = 32.63%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.76

RGB Variations

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

Color information

#033D1F (or 0x033D1F) is known color: British Racing Green. HEX triplet: 03, 3D and 1F. RGB value is (3,61,31). Sum of RGB (Red+Green+Blue) = 3+61+31=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 61 (24.22% from 255 or 64.21% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 61 - color contains mainly: green. Hex color #033D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D1F is #FCC2E0. Grayscale: #282828. Windows color (decimal): -16564961 or 2047235. OLE color: 2047235.

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

Color convert

RGB 3 61 31 -
CMYK 0.95 0 0.49 0.76
HSL 148.97º 0.91% 0.13% -
HSV(B) 148.97º 0.95% 0.24% -
XYZ 1.95 3.46 1.86 -
YUV 40.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 3 61 31 0.95 0 0.49 0.76 148.97 0.91 0.13
Hex 3 3D 1F 5F 0 31 4C 95 5B D
Octal 3 75 37 137 0 61 114 225 133 15
Binary 11 111101 11111 1011111 0 110001 1001100 10010101 1011011 1101

Color Harmonies of #033D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033D1F

Black with #033D1F

Text Example


Text Example

White with #033D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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