Html Css Color HEX #045030 British Racing Green

📋 copy color: '#045030'

red 4 ◦ green 80 ◦ blue 48

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

Shades of British Racing Green #045030

Tints of British Racing Green #045030

RGB

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

 GREEN value IS 80 (31.64% from 255) = 60.61%

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

R = 3.03%
G = 60.61%
B = 36.36%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#045030 (or 0x045030) is known color: British Racing Green. HEX triplet: 04, 50 and 30. RGB value is (4,80,48). Sum of RGB (Red+Green+Blue) = 4+80+48=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #045030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045030 is #FBAFCF. Grayscale: #353535. Windows color (decimal): -16494544 or 3166212. OLE color: 3166212.

HSL color Cylindrical-coordinate representation of color #045030: hue angle of 154.74º 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 #045030 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 80 48 -
CMYK 0.95 0 0.40 0.69
HSL 154.74º 0.9% 0.16% -
HSV(B) 154.74º 0.95% 0.31% -
XYZ 3.45 5.98 3.77 -
YUV 53.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 4 80 48 0.95 0 0.40 0.69 154.74 0.9 0.16
Hex 4 50 30 5F 0 28 45 9B 5A 10
Octal 4 120 60 137 0 50 105 233 132 20
Binary 100 1010000 110000 1011111 0 101000 1000101 10011011 1011010 10000

Color Harmonies of #045030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045030

Black with #045030

Text Example


Text Example

White with #045030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045030; }

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

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

background-color css

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

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

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

border-color css

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

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

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