Html Css Color HEX #044231 British Racing Green

📋 copy color: '#044231'

red 4 ◦ green 66 ◦ blue 49

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

Shades of British Racing Green #044231

Tints of British Racing Green #044231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 41.18%

R = 3.36%
G = 55.46%
B = 41.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#044231 (or 0x044231) is known color: British Racing Green. HEX triplet: 04, 42 and 31. RGB value is (4,66,49). Sum of RGB (Red+Green+Blue) = 4+66+49=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #044231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044231 is #FBBDCE. Grayscale: #2D2D2D. Windows color (decimal): -16498127 or 3228164. OLE color: 3228164.

HSL color Cylindrical-coordinate representation of color #044231: hue angle of 163.55º 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 #044231 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB 4 66 49 -
CMYK 0.94 0 0.26 0.74
HSL 163.55º 0.89% 0.14% -
HSV(B) 163.55º 0.94% 0.26% -
XYZ 2.55 4.14 3.57 -
YUV 45.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 4 66 49 0.94 0 0.26 0.74 163.55 0.89 0.14
Hex 4 42 31 5E 0 1A 4A A4 59 E
Octal 4 102 61 136 0 32 112 244 131 16
Binary 100 1000010 110001 1011110 0 11010 1001010 10100100 1011001 1110

Color Harmonies of #044231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044231

Black with #044231

Text Example


Text Example

White with #044231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044231; }

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

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

background-color css

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

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

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

border-color css

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

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

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