Html Css Color HEX #00441E British Racing Green

📋 copy color: '#00441E'

red 0 ◦ green 68 ◦ blue 30

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

Shades of British Racing Green #00441E

Tints of British Racing Green #00441E

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

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

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

RGB 0 68 30 -
CMYK 1 0 0.56 0.73
HSL 146.47º 1% 0.13% -
HSV(B) 146.47º 1% 0.27% -
XYZ 2.3 4.23 1.92 -
YUV 43.34 120.47 97.09 -
System Red Green Blue C M Y K H S L
Decimal 0 68 30 1 0 0.56 0.73 146.47 1 0.13
Hex 0 44 1E 64 0 38 49 92 64 D
Octal 0 104 36 144 0 70 111 222 144 15
Binary 0 1000100 11110 1100100 0 111000 1001001 10010010 1100100 1101

Color Harmonies of #00441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00441E

Black with #00441E

Text Example


Text Example

White with #00441E

Text Example


Text Example

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