Html Css Color HEX #00441A British Racing Green

📋 copy color: '#00441A'

red 0 ◦ green 68 ◦ blue 26

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

Shades of British Racing Green #00441A

Tints of British Racing Green #00441A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 27.66%

R = 0%
G = 72.34%
B = 27.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#00441A (or 0x00441A) is known color: British Racing Green. HEX triplet: 00, 44 and 1A. RGB value is (0,68,26). Sum of RGB (Red+Green+Blue) = 0+68+26=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 68 (26.95% from 255 or 72.34% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 68 - color contains mainly: green. Hex color #00441A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00441A is #FFBBE5. Grayscale: #2A2A2A. Windows color (decimal): -16759782 or 1721344. OLE color: 1721344.

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

Color convert

RGB 0 68 26 -
CMYK 1 0 0.62 0.73
HSL 142.94º 1% 0.13% -
HSV(B) 142.94º 1% 0.27% -
XYZ 2.25 4.21 1.67 -
YUV 42.88 118.47 97.42 -
System Red Green Blue C M Y K H S L
Decimal 0 68 26 1 0 0.62 0.73 142.94 1 0.13
Hex 0 44 1A 64 0 3E 49 8F 64 D
Octal 0 104 32 144 0 76 111 217 144 15
Binary 0 1000100 11010 1100100 0 111110 1001001 10001111 1100100 1101

Color Harmonies of #00441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00441A

Black with #00441A

Text Example


Text Example

White with #00441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00441A;
 }
 .AnyTagClassName
 {
   color: #00441A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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