Html Css Color HEX #00440F British Racing Green

📋 copy color: '#00440F'

red 0 ◦ green 68 ◦ blue 15

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

Shades of British Racing Green #00440F

Tints of British Racing Green #00440F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 68 (26.95% from 255) = 81.93%

 BLUE value IS 15 (6.25% from 255) = 18.07%

R = 0%
G = 81.93%
B = 18.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#00440F (or 0x00440F) is known color: British Racing Green. HEX triplet: 00, 44 and 0F. RGB value is (0,68,15). Sum of RGB (Red+Green+Blue) = 0+68+15=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 68 (26.95% from 255 or 81.93% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 68 - color contains mainly: green. Hex color #00440F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00440F is #FFBBF0. Grayscale: #292929. Windows color (decimal): -16759793 or 1000448. OLE color: 1000448.

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

Color convert

RGB 0 68 15 -
CMYK 1 0 0.78 0.73
HSL 133.24º 1% 0.13% -
HSV(B) 133.24º 1% 0.27% -
XYZ 2.15 4.17 1.14 -
YUV 41.63 112.97 98.31 -
System Red Green Blue C M Y K H S L
Decimal 0 68 15 1 0 0.78 0.73 133.24 1 0.13
Hex 0 44 F 64 0 4E 49 85 64 D
Octal 0 104 17 144 0 116 111 205 144 15
Binary 0 1000100 1111 1100100 0 1001110 1001001 10000101 1100100 1101

Color Harmonies of #00440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00440F

Black with #00440F

Text Example


Text Example

White with #00440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00440F;
 }
 .AnyTagClassName
 {
   color: #00440F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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