Html Css Color HEX #044226 British Racing Green

📋 copy color: '#044226'

red 4 ◦ green 66 ◦ blue 38

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

Shades of British Racing Green #044226

Tints of British Racing Green #044226

RGB

 RED value IS 4 (1.95% from 255) = 3.7%

 GREEN value IS 66 (26.17% from 255) = 61.11%

 BLUE value IS 38 (15.23% from 255) = 35.19%

R = 3.7%
G = 61.11%
B = 35.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.74

RGB Variations

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

Color information

#044226 (or 0x044226) is known color: British Racing Green. HEX triplet: 04, 42 and 26. RGB value is (4,66,38). Sum of RGB (Red+Green+Blue) = 4+66+38=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #044226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044226 is #FBBDD9. Grayscale: #2C2C2C. Windows color (decimal): -16498138 or 2507268. OLE color: 2507268.

HSL color Cylindrical-coordinate representation of color #044226: hue angle of 152.9º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044226 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.

Color convert

RGB 4 66 38 -
CMYK 0.94 0 0.42 0.74
HSL 152.9º 0.89% 0.14% -
HSV(B) 152.9º 0.94% 0.26% -
XYZ 2.35 4.06 2.49 -
YUV 44.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 4 66 38 0.94 0 0.42 0.74 152.9 0.89 0.14
Hex 4 42 26 5E 0 2A 4A 99 59 E
Octal 4 102 46 136 0 52 112 231 131 16
Binary 100 1000010 100110 1011110 0 101010 1001010 10011001 1011001 1110

Color Harmonies of #044226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044226

Black with #044226

Text Example


Text Example

White with #044226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044226; }

 p { color: rgb(4,66,38); }

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

background-color css

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

 a { background-color: rgb(4,66,38); }

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

border-color css

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

 span { border-color: rgb(4,66,38); }

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