#00441B

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

Shades of British Racing Green #00441B

Tints of British Racing Green #00441B

Color information

#00441B (or 0x00441B) is unknown color: approx British Racing Green. HEX triplet: 00, 44 and 1B. RGB value is (0,68,27). Sum of RGB (Red+Green+Blue) = 0+68+27=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 68 (26.95% from 255 or 71.58% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 68 - color contains mainly: green. Hex color #00441B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00441B is #FFBBE4. Grayscale: #2B2B2B. Windows color (decimal): -16759781 or 1786880. OLE color: 1786880.

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

Color convert

RGB06827-
CMYK100.600.73
HSL143.82º100%13.33%-
HSV(B)143.82º100%26.67%-
XYZ2.264.211.73-
YUV42.99118.9797.33-

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) = 71.58%
BLUE value IS 27 (10.94% from 255) = 28.42%
R=0%
G=71.58%
B=28.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal06827100.600.73143.8210013.33
Hex0441B6403C499064d
Octal01043314407411122014415
Binary01000100110111100100011110010010011001000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00441B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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