Html Css Color HEX #045430 British Racing Green

📋 copy color: '#045430'

red 4 ◦ green 84 ◦ blue 48

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

Shades of British Racing Green #045430

Tints of British Racing Green #045430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 61.76%

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

R = 2.94%
G = 61.76%
B = 35.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#045430 (or 0x045430) is known color: British Racing Green. HEX triplet: 04, 54 and 30. RGB value is (4,84,48). Sum of RGB (Red+Green+Blue) = 4+84+48=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 84 (33.20% from 255 or 61.76% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 84 - color contains mainly: green. Hex color #045430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045430 is #FBABCF. Grayscale: #383838. Windows color (decimal): -16493520 or 3167236. OLE color: 3167236.

HSL color Cylindrical-coordinate representation of color #045430: hue angle of 153º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045430 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 84 48 -
CMYK 0.95 0 0.43 0.67
HSL 153º 0.91% 0.17% -
HSV(B) 153º 0.95% 0.33% -
XYZ 3.75 6.58 3.87 -
YUV 55.98 123.5 90.93 -
System Red Green Blue C M Y K H S L
Decimal 4 84 48 0.95 0 0.43 0.67 153 0.91 0.17
Hex 4 54 30 5F 0 2B 43 99 5B 11
Octal 4 124 60 137 0 53 103 231 133 21
Binary 100 1010100 110000 1011111 0 101011 1000011 10011001 1011011 10001

Color Harmonies of #045430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045430

Black with #045430

Text Example


Text Example

White with #045430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045430; }

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

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

background-color css

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

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

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

border-color css

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

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

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