#03402C

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

Shades of British Racing Green #03402C

Tints of British Racing Green #03402C

Color information

#03402C (or 0x03402C) is unknown color: approx British Racing Green. HEX triplet: 03, 40 and 2C. RGB value is (3,64,44). Sum of RGB (Red+Green+Blue) = 3+64+44=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #03402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03402C is #FCBFD3. Grayscale: #2B2B2B. Windows color (decimal): -16564180 or 2899971. OLE color: 2899971.

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

Color convert

RGB36444-
CMYK0.9500.310.75
HSL160.33º91.04%13.14%-
HSV(B)160.33º95.31%25.1%-
XYZ2.333.873.01-
YUV43.48128.2999.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 64 (25.39% from 255) = 57.66%
BLUE value IS 44 (17.58% from 255) = 39.64%
R=2.70%
G=57.66%
B=39.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal364440.9500.310.75160.3391.0413.14
Hex3402C5F01F4Ba05bd
Octal31005413703711324013315
Binary111000000101100101111101111110010111010000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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