Html Css Color HEX #033F24 British Racing Green

📋 copy color: '#033F24'

red 3 ◦ green 63 ◦ blue 36

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

Shades of British Racing Green #033F24

Tints of British Racing Green #033F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 35.29%

R = 2.94%
G = 61.76%
B = 35.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#033F24 (or 0x033F24) is known color: British Racing Green. HEX triplet: 03, 3F and 24. RGB value is (3,63,36). Sum of RGB (Red+Green+Blue) = 3+63+36=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 63 (25% from 255 or 61.76% from 102); Blue value is 36 (14.45% from 255 or 35.29% from 102); Max value from RGB is 63 - color contains mainly: green. Hex color #033F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033F24 is #FCC0DB. Grayscale: #2A2A2A. Windows color (decimal): -16564444 or 2375427. OLE color: 2375427.

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

Color convert

RGB 3 63 36 -
CMYK 0.95 0 0.43 0.75
HSL 153º 0.91% 0.13% -
HSV(B) 153º 0.95% 0.25% -
XYZ 2.13 3.7 2.27 -
YUV 41.98 124.62 100.2 -
System Red Green Blue C M Y K H S L
Decimal 3 63 36 0.95 0 0.43 0.75 153 0.91 0.13
Hex 3 3F 24 5F 0 2B 4B 99 5B D
Octal 3 77 44 137 0 53 113 231 133 15
Binary 11 111111 100100 1011111 0 101011 1001011 10011001 1011011 1101

Color Harmonies of #033F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033F24

Black with #033F24

Text Example


Text Example

White with #033F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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