#003E2B

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

Shades of British Racing Green #003E2B

Tints of British Racing Green #003E2B

Color information

#003E2B (or 0x003E2B) is unknown color: approx British Racing Green. HEX triplet: 00, 3E and 2B. RGB value is (0,62,43). Sum of RGB (Red+Green+Blue) = 0+62+43=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 62 (24.61% from 255 or 59.05% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 62 - color contains mainly: green. Hex color #003E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003E2B is #FFC1D4. Grayscale: #292929. Windows color (decimal): -16761301 or 2833920. OLE color: 2833920.

HSL color Cylindrical-coordinate representation of color #003E2B: hue angle of 161.61º 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 #003E2B is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.76.

Color convert

RGB06243-
CMYK100.310.76
HSL161.61º100%12.16%-
HSV(B)161.61º100%24.31%-
XYZ2.163.622.87-
YUV41.3128.9698.54-

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.05%
BLUE value IS 43 (17.19% from 255) = 40.95%
R=0%
G=59.05%
B=40.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal06243100.310.76161.6110012.16
Hex03E2B6401F4Ca264c
Octal0765314403711424214414
Binary0111110101011110010001111110011001010001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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