#033B1E

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

Shades of British Racing Green #033B1E

Tints of British Racing Green #033B1E

Color information

#033B1E (or 0x033B1E) is unknown color: approx British Racing Green. HEX triplet: 03, 3B and 1E. RGB value is (3,59,30). Sum of RGB (Red+Green+Blue) = 3+59+30=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 59 (23.44% from 255 or 64.13% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 59 - color contains mainly: green. Hex color #033B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033B1E is #FCC4E1. Grayscale: #272727. Windows color (decimal): -16565474 or 1981187. OLE color: 1981187.

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

Color convert

RGB35930-
CMYK0.9500.490.77
HSL148.93º90.32%12.16%-
HSV(B)148.93º94.92%23.14%-
XYZ1.843.241.76-
YUV38.95122.95102.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.26%
GREEN value IS 59 (23.44% from 255) = 64.13%
BLUE value IS 30 (12.11% from 255) = 32.61%
R=3.26%
G=64.13%
B=32.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal359300.9500.490.77148.9390.3212.16
Hex33B1E5F0314D955ac
Octal3733613706111522513214
Binary11111011111101011111011000110011011001010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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