#00442D

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

Shades of British Racing Green #00442D

Tints of British Racing Green #00442D

Color information

#00442D (or 0x00442D) is unknown color: approx British Racing Green. HEX triplet: 00, 44 and 2D. RGB value is (0,68,45). Sum of RGB (Red+Green+Blue) = 0+68+45=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 68 (26.95% from 255 or 60.18% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 68 - color contains mainly: green. Hex color #00442D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00442D is #FFBBD2. Grayscale: #2D2D2D. Windows color (decimal): -16759763 or 2966528. OLE color: 2966528.

HSL color Cylindrical-coordinate representation of color #00442D: hue angle of 159.71º 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 #00442D is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB06845-
CMYK100.340.73
HSL159.71º100%13.33%-
HSV(B)159.71º100%26.67%-
XYZ2.544.323.18-
YUV45.05127.9795.87-

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) = 60.18%
BLUE value IS 45 (17.97% from 255) = 39.82%
R=0%
G=60.18%
B=39.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal06845100.340.73159.7110013.33
Hex0442D6402249a064d
Octal01045514404211124014415
Binary010001001011011100100010001010010011010000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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