#003E2A

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

Shades of British Racing Green #003E2A

Tints of British Racing Green #003E2A

Color information

#003E2A (or 0x003E2A) is unknown color: approx British Racing Green. HEX triplet: 00, 3E and 2A. RGB value is (0,62,42). Sum of RGB (Red+Green+Blue) = 0+62+42=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 62 (24.61% from 255 or 59.62% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 62 - color contains mainly: green. Hex color #003E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003E2A is #FFC1D5. Grayscale: #292929. Windows color (decimal): -16761302 or 2768384. OLE color: 2768384.

HSL color Cylindrical-coordinate representation of color #003E2A: hue angle of 160.65º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003E2A is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB06242-
CMYK100.320.76
HSL160.65º100%12.16%-
HSV(B)160.65º100%24.31%-
XYZ2.143.612.77-
YUV41.18128.4698.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 62 (24.61% from 255) = 59.62%
BLUE value IS 42 (16.80% from 255) = 40.38%
R=0%
G=59.62%
B=40.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal06242100.320.76160.6510012.16
Hex03E2A640204Ca164c
Octal0765214404011424114414
Binary01111101010101100100010000010011001010000111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003E2A; }

 p { color: rgb(0,62,42); }

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

<style>
 a { background-color: #003E2A; }

 a { background-color: rgb(0,62,42); }

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

<style>
 span { border-color: #003E2A; }

 span { border-color: rgb(0,62,42); }

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