Html Css Color HEX #033D15 British Racing Green

📋 copy color: '#033D15'

red 3 ◦ green 61 ◦ blue 21

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

Shades of British Racing Green #033D15

Tints of British Racing Green #033D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 24.71%

R = 3.53%
G = 71.76%
B = 24.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.66

 K value IS 0.76

RGB Variations

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

Color information

#033D15 (or 0x033D15) is known color: British Racing Green. HEX triplet: 03, 3D and 15. RGB value is (3,61,21). Sum of RGB (Red+Green+Blue) = 3+61+21=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 61 (24.22% from 255 or 71.76% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 61 - color contains mainly: green. Hex color #033D15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033D15 is #FCC2EA. Grayscale: #272727. Windows color (decimal): -16564971 or 1391875. OLE color: 1391875.

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

Color convert

RGB 3 61 21 -
CMYK 0.95 0 0.66 0.76
HSL 138.62º 0.91% 0.13% -
HSV(B) 138.62º 0.95% 0.24% -
XYZ 1.84 3.41 1.27 -
YUV 39.1 117.78 102.25 -
System Red Green Blue C M Y K H S L
Decimal 3 61 21 0.95 0 0.66 0.76 138.62 0.91 0.13
Hex 3 3D 15 5F 0 42 4C 8B 5B D
Octal 3 75 25 137 0 102 114 213 133 15
Binary 11 111101 10101 1011111 0 1000010 1001100 10001011 1011011 1101

Color Harmonies of #033D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033D15

Black with #033D15

Text Example


Text Example

White with #033D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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