Html Css Color HEX #033D1C British Racing Green

📋 copy color: '#033D1C'

red 3 ◦ green 61 ◦ blue 28

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

Shades of British Racing Green #033D1C

Tints of British Racing Green #033D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 30.43%

R = 3.26%
G = 66.3%
B = 30.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.54

 K value IS 0.76

RGB Variations

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

Color information

#033D1C (or 0x033D1C) is known color: British Racing Green. HEX triplet: 03, 3D and 1C. RGB value is (3,61,28). Sum of RGB (Red+Green+Blue) = 3+61+28=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 61 (24.22% from 255 or 66.30% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 61 - color contains mainly: green. Hex color #033D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D1C is #FCC2E3. Grayscale: #272727. Windows color (decimal): -16564964 or 1850627. OLE color: 1850627.

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

Color convert

RGB 3 61 28 -
CMYK 0.95 0 0.54 0.76
HSL 145.86º 0.91% 0.13% -
HSV(B) 145.86º 0.95% 0.24% -
XYZ 1.92 3.44 1.66 -
YUV 39.9 121.28 101.68 -
System Red Green Blue C M Y K H S L
Decimal 3 61 28 0.95 0 0.54 0.76 145.86 0.91 0.13
Hex 3 3D 1C 5F 0 36 4C 92 5B D
Octal 3 75 34 137 0 66 114 222 133 15
Binary 11 111101 11100 1011111 0 110110 1001100 10010010 1011011 1101

Color Harmonies of #033D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033D1C

Black with #033D1C

Text Example


Text Example

White with #033D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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