#00442E

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

Shades of British Racing Green #00442E

Tints of British Racing Green #00442E

Color information

#00442E (or 0x00442E) is unknown color: approx British Racing Green. HEX triplet: 00, 44 and 2E. RGB value is (0,68,46). Sum of RGB (Red+Green+Blue) = 0+68+46=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 68 (26.95% from 255 or 59.65% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 68 - color contains mainly: green. Hex color #00442E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00442E is #FFBBD1. Grayscale: #2D2D2D. Windows color (decimal): -16759762 or 3032064. OLE color: 3032064.

HSL color Cylindrical-coordinate representation of color #00442E: hue angle of 160.59º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00442E is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB06846-
CMYK100.320.73
HSL160.59º100%13.33%-
HSV(B)160.59º100%26.67%-
XYZ2.564.333.29-
YUV45.16128.4795.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 68 (26.95% from 255) = 59.65%
BLUE value IS 46 (18.36% from 255) = 40.35%
R=0%
G=59.65%
B=40.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal06846100.320.73160.5910013.33
Hex0442E6402049a164d
Octal01045614404011124114415
Binary010001001011101100100010000010010011010000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00442E; }

 p { color: rgb(0,68,46); }

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

<style>
 a { background-color: #00442E; }

 a { background-color: rgb(0,68,46); }

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

<style>
 span { border-color: #00442E; }

 span { border-color: rgb(0,68,46); }

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