#03402D

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

Shades of British Racing Green #03402D

Tints of British Racing Green #03402D

Color information

#03402D (or 0x03402D) is unknown color: approx British Racing Green. HEX triplet: 03, 40 and 2D. RGB value is (3,64,45). Sum of RGB (Red+Green+Blue) = 3+64+45=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #03402D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03402D is #FCBFD2. Grayscale: #2B2B2B. Windows color (decimal): -16564179 or 2965507. OLE color: 2965507.

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

Color convert

RGB36445-
CMYK0.9500.300.75
HSL161.31º91.04%13.14%-
HSV(B)161.31º95.31%25.1%-
XYZ2.343.883.11-
YUV43.6128.7999.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 64 (25.39% from 255) = 57.14%
BLUE value IS 45 (17.97% from 255) = 40.18%
R=2.68%
G=57.14%
B=40.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal364450.9500.300.75161.3191.0413.14
Hex3402D5F01E4Ba15bd
Octal31005513703611324113315
Binary111000000101101101111101111010010111010000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03402D; }

 p { color: rgb(3,64,45); }

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

<style>
 a { background-color: #03402D; }

 a { background-color: rgb(3,64,45); }

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

<style>
 span { border-color: #03402D; }

 span { border-color: rgb(3,64,45); }

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