#033B28

Color #033B28 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #033B28

Tints of British Racing Green #033B28

Color information

#033B28 (or 0x033B28) is unknown color: approx British Racing Green. HEX triplet: 03, 3B and 28. RGB value is (3,59,40). Sum of RGB (Red+Green+Blue) = 3+59+40=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 59 (23.44% from 255 or 57.84% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 59 - color contains mainly: green. Hex color #033B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033B28 is #FCC4D7. Grayscale: #282828. Windows color (decimal): -16565464 or 2636547. OLE color: 2636547.

HSL color Cylindrical-coordinate representation of color #033B28: hue angle of 159.64º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033B28 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.77.

Color convert

RGB35940-
CMYK0.9500.320.77
HSL159.64º90.32%12.16%-
HSV(B)159.64º94.92%23.14%-
XYZ1.983.32.54-
YUV40.09127.95101.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 59 (23.44% from 255) = 57.84%
BLUE value IS 40 (16.02% from 255) = 39.22%
R=2.94%
G=57.84%
B=39.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal359400.9500.320.77159.6490.3212.16
Hex33B285F0204Da05ac
Octal3735013704011524013214
Binary111110111010001011111010000010011011010000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #033B28;
 }
 .AnyTagClassName
 {
   color: #033B28;
 }
</style>
background-color css

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

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

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

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

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

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