#00442A

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

Shades of British Racing Green #00442A

Tints of British Racing Green #00442A

Color information

#00442A (or 0x00442A) is unknown color: approx British Racing Green. HEX triplet: 00, 44 and 2A. RGB value is (0,68,42). Sum of RGB (Red+Green+Blue) = 0+68+42=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 68 (26.95% from 255 or 61.82% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 68 - color contains mainly: green. Hex color #00442A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00442A is #FFBBD5. Grayscale: #2C2C2C. Windows color (decimal): -16759766 or 2769920. OLE color: 2769920.

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

Color convert

RGB06842-
CMYK100.380.73
HSL157.06º100%13.33%-
HSV(B)157.06º100%26.67%-
XYZ2.494.32.89-
YUV44.7126.4796.11-

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) = 61.82%
BLUE value IS 42 (16.80% from 255) = 38.18%
R=0%
G=61.82%
B=38.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal06842100.380.73157.0610013.33
Hex0442A64026499d64d
Octal01045214404611123514415
Binary010001001010101100100010011010010011001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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