Html Css Color HEX #00441F British Racing Green

📋 copy color: '#00441F'

red 0 ◦ green 68 ◦ blue 31

#00441F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #00441F

Tints of British Racing Green #00441F

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 value IS 1

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#00441F (or 0x00441F) is known color: 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

RGB 0 68 31 -
CMYK 1 0 0.54 0.73
HSL 147.35º 1% 0.13% -
HSV(B) 147.35º 1% 0.27% -
XYZ 2.31 4.23 1.99 -
YUV 43.45 120.97 97.01 -
System Red Green Blue C M Y K H S L
Decimal 0 68 31 1 0 0.54 0.73 147.35 1 0.13
Hex 0 44 1F 64 0 36 49 93 64 D
Octal 0 104 37 144 0 66 111 223 144 15
Binary 0 1000100 11111 1100100 0 110110 1001001 10010011 1100100 1101

Color Harmonies of #00441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00441F

Black with #00441F

Text Example


Text Example

White with #00441F

Text Example


Text Example

HTML Codes & Css Web 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>