Html Css Color HEX #033F28 British Racing Green

📋 copy color: '#033F28'

red 3 ◦ green 63 ◦ blue 40

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

Shades of British Racing Green #033F28

Tints of British Racing Green #033F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 37.74%

R = 2.83%
G = 59.43%
B = 37.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#033F28 (or 0x033F28) is known color: British Racing Green. HEX triplet: 03, 3F and 28. RGB value is (3,63,40). Sum of RGB (Red+Green+Blue) = 3+63+40=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 63 (25% from 255 or 59.43% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 63 - color contains mainly: green. Hex color #033F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033F28 is #FCC0D7. Grayscale: #2A2A2A. Windows color (decimal): -16564440 or 2637571. OLE color: 2637571.

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

Color convert

RGB 3 63 40 -
CMYK 0.95 0 0.37 0.75
HSL 157º 0.91% 0.13% -
HSV(B) 157º 0.95% 0.25% -
XYZ 2.2 3.73 2.61 -
YUV 42.44 126.62 99.87 -
System Red Green Blue C M Y K H S L
Decimal 3 63 40 0.95 0 0.37 0.75 157 0.91 0.13
Hex 3 3F 28 5F 0 25 4B 9D 5B D
Octal 3 77 50 137 0 45 113 235 133 15
Binary 11 111111 101000 1011111 0 100101 1001011 10011101 1011011 1101

Color Harmonies of #033F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033F28

Black with #033F28

Text Example


Text Example

White with #033F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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