Html Css Color HEX #033F19 British Racing Green

📋 copy color: '#033F19'

red 3 ◦ green 63 ◦ blue 25

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

Shades of British Racing Green #033F19

Tints of British Racing Green #033F19

RGB

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

 GREEN value IS 63 (25% from 255) = 69.23%

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

R = 3.3%
G = 69.23%
B = 27.47%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#033F19 (or 0x033F19) is known color: British Racing Green. HEX triplet: 03, 3F and 19. RGB value is (3,63,25). Sum of RGB (Red+Green+Blue) = 3+63+25=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 63 (25% from 255 or 69.23% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 63 - color contains mainly: green. Hex color #033F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033F19 is #FCC0E6. Grayscale: #282828. Windows color (decimal): -16564455 or 1654531. OLE color: 1654531.

HSL color Cylindrical-coordinate representation of color #033F19: hue angle of 142º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033F19 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 63 25 -
CMYK 0.95 0 0.60 0.75
HSL 142º 0.91% 0.13% -
HSV(B) 142º 0.95% 0.25% -
XYZ 1.99 3.64 1.52 -
YUV 40.73 119.12 101.09 -
System Red Green Blue C M Y K H S L
Decimal 3 63 25 0.95 0 0.60 0.75 142 0.91 0.13
Hex 3 3F 19 5F 0 3C 4B 8E 5B D
Octal 3 77 31 137 0 74 113 216 133 15
Binary 11 111111 11001 1011111 0 111100 1001011 10001110 1011011 1101

Color Harmonies of #033F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033F19

Black with #033F19

Text Example


Text Example

White with #033F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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