Html Css Color HEX #044F2B British Racing Green

📋 copy color: '#044F2B'

red 4 ◦ green 79 ◦ blue 43

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

Shades of British Racing Green #044F2B

Tints of British Racing Green #044F2B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 62.7%

 BLUE value IS 43 (17.19% from 255) = 34.13%

R = 3.17%
G = 62.7%
B = 34.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#044F2B (or 0x044F2B) is known color: British Racing Green. HEX triplet: 04, 4F and 2B. RGB value is (4,79,43). Sum of RGB (Red+Green+Blue) = 4+79+43=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 79 (31.25% from 255 or 62.70% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 79 - color contains mainly: green. Hex color #044F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044F2B is #FBB0D4. Grayscale: #343434. Windows color (decimal): -16494805 or 2838276. OLE color: 2838276.

HSL color Cylindrical-coordinate representation of color #044F2B: hue angle of 151.2º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044F2B is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 79 43 -
CMYK 0.95 0 0.46 0.69
HSL 151.2º 0.9% 0.16% -
HSV(B) 151.2º 0.95% 0.31% -
XYZ 3.28 5.79 3.23 -
YUV 52.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 4 79 43 0.95 0 0.46 0.69 151.2 0.9 0.16
Hex 4 4F 2B 5F 0 2E 45 97 5A 10
Octal 4 117 53 137 0 56 105 227 132 20
Binary 100 1001111 101011 1011111 0 101110 1000101 10010111 1011010 10000

Color Harmonies of #044F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044F2B

Black with #044F2B

Text Example


Text Example

White with #044F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044F2B; }

 p { color: rgb(4,79,43); }

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

background-color css

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

 a { background-color: rgb(4,79,43); }

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

border-color css

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

 span { border-color: rgb(4,79,43); }

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