#033A1B

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

Shades of British Racing Green #033A1B

Tints of British Racing Green #033A1B

Color information

#033A1B (or 0x033A1B) is unknown color: approx British Racing Green. HEX triplet: 03, 3A and 1B. RGB value is (3,58,27). Sum of RGB (Red+Green+Blue) = 3+58+27=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 58 (23.05% from 255 or 65.91% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 58 - color contains mainly: green. Hex color #033A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A1B is #FCC5E4. Grayscale: #262626. Windows color (decimal): -16565733 or 1784323. OLE color: 1784323.

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

Color convert

RGB35827-
CMYK0.9500.530.77
HSL146.18º90.16%11.96%-
HSV(B)146.18º94.83%22.75%-
XYZ1.753.121.55-
YUV38.02121.78103.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.41%
GREEN value IS 58 (23.05% from 255) = 65.91%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=3.41%
G=65.91%
B=30.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal358270.9500.530.77146.1890.1611.96
Hex33A1B5F0354D925ac
Octal3723313706511522213214
Binary11111010110111011111011010110011011001001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,58,27); }

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

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

 a { background-color: rgb(3,58,27); }

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

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

 span { border-color: rgb(3,58,27); }

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