#00441F

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

Shades of British Racing Green #00441F

Tints of British Racing Green #00441F

Color information

#00441F (or 0x00441F) is unknown color: approx British Racing Green. HEX triplet: 00, 44 and 1F. RGB value is (0,68,31). Sum of RGB (Red+Green+Blue) = 0+68+31=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 68 (26.95% from 255 or 68.69% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 68 - color contains mainly: green. Hex color #00441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00441F is #FFBBE0. Grayscale: #2B2B2B. Windows color (decimal): -16759777 or 2049024. OLE color: 2049024.

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

Color convert

RGB06831-
CMYK100.540.73
HSL147.35º100%13.33%-
HSV(B)147.35º100%26.67%-
XYZ2.314.231.99-
YUV43.45120.9797.01-

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) = 68.69%
BLUE value IS 31 (12.5% from 255) = 31.31%
R=0%
G=68.69%
B=31.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal06831100.540.73147.3510013.33
Hex0441F64036499364d
Octal01043714406611122314415
Binary01000100111111100100011011010010011001001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00441F; }

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

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

<style>
 a { background-color: #00441F; }

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

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

<style>
 span { border-color: #00441F; }

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

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