Html Css Color HEX #044130 British Racing Green

📋 copy color: '#044130'

red 4 ◦ green 65 ◦ blue 48

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

Shades of British Racing Green #044130

Tints of British Racing Green #044130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 55.56%

 BLUE value IS 48 (19.14% from 255) = 41.03%

R = 3.42%
G = 55.56%
B = 41.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#044130 (or 0x044130) is known color: British Racing Green. HEX triplet: 04, 41 and 30. RGB value is (4,65,48). Sum of RGB (Red+Green+Blue) = 4+65+48=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #044130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044130 is #FBBECF. Grayscale: #2C2C2C. Windows color (decimal): -16498384 or 3162372. OLE color: 3162372.

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

Color convert

RGB 4 65 48 -
CMYK 0.94 0 0.26 0.75
HSL 163.28º 0.88% 0.14% -
HSV(B) 163.28º 0.94% 0.25% -
XYZ 2.47 4.02 3.44 -
YUV 44.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 4 65 48 0.94 0 0.26 0.75 163.28 0.88 0.14
Hex 4 41 30 5E 0 1A 4B A3 58 E
Octal 4 101 60 136 0 32 113 243 130 16
Binary 100 1000001 110000 1011110 0 11010 1001011 10100011 1011000 1110

Color Harmonies of #044130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044130

Black with #044130

Text Example


Text Example

White with #044130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044130; }

 p { color: rgb(4,65,48); }

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

background-color css

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

 a { background-color: rgb(4,65,48); }

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

border-color css

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

 span { border-color: rgb(4,65,48); }

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