#00441E

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

Shades of British Racing Green #00441E

Tints of British Racing Green #00441E

Color information

#00441E (or 0x00441E) is unknown color: approx British Racing Green. HEX triplet: 00, 44 and 1E. RGB value is (0,68,30). Sum of RGB (Red+Green+Blue) = 0+68+30=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 68 (26.95% from 255 or 69.39% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 68 - color contains mainly: green. Hex color #00441E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00441E is #FFBBE1. Grayscale: #2B2B2B. Windows color (decimal): -16759778 or 1983488. OLE color: 1983488.

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

Color convert

RGB06830-
CMYK100.560.73
HSL146.47º100%13.33%-
HSV(B)146.47º100%26.67%-
XYZ2.34.231.92-
YUV43.34120.4797.09-

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) = 69.39%
BLUE value IS 30 (12.11% from 255) = 30.61%
R=0%
G=69.39%
B=30.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal06830100.560.73146.4710013.33
Hex0441E64038499264d
Octal01043614407011122214415
Binary01000100111101100100011100010010011001001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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