Html Css Color HEX #033919 British Racing Green

📋 copy color: '#033919'

red 3 ◦ green 57 ◦ blue 25

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

Shades of British Racing Green #033919

Tints of British Racing Green #033919

RGB

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

 GREEN value IS 57 (22.66% from 255) = 67.06%

 BLUE value IS 25 (10.16% from 255) = 29.41%

R = 3.53%
G = 67.06%
B = 29.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#033919 (or 0x033919) is known color: British Racing Green. HEX triplet: 03, 39 and 19. RGB value is (3,57,25). Sum of RGB (Red+Green+Blue) = 3+57+25=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 57 (22.66% from 255 or 67.06% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 57 - color contains mainly: green. Hex color #033919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033919 is #FCC6E6. Grayscale: #252525. Windows color (decimal): -16565991 or 1652995. OLE color: 1652995.

HSL color Cylindrical-coordinate representation of color #033919: hue angle of 144.44º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033919 is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 57 25 -
CMYK 0.95 0 0.56 0.78
HSL 144.44º 0.9% 0.12% -
HSV(B) 144.44º 0.95% 0.22% -
XYZ 1.68 3.02 1.41 -
YUV 37.21 121.11 103.6 -
System Red Green Blue C M Y K H S L
Decimal 3 57 25 0.95 0 0.56 0.78 144.44 0.9 0.12
Hex 3 39 19 5F 0 38 4E 90 5A C
Octal 3 71 31 137 0 70 116 220 132 14
Binary 11 111001 11001 1011111 0 111000 1001110 10010000 1011010 1100

Color Harmonies of #033919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033919

Black with #033919

Text Example


Text Example

White with #033919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033919; }

 p { color: rgb(3,57,25); }

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

background-color css

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

 a { background-color: rgb(3,57,25); }

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

border-color css

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

 span { border-color: rgb(3,57,25); }

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