Html Css Color HEX #054A2E British Racing Green

📋 copy color: '#054A2E'

red 5 ◦ green 74 ◦ blue 46

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

Shades of British Racing Green #054A2E

Tints of British Racing Green #054A2E

RGB

 RED value IS 5 (2.34% from 255) = 4%

 GREEN value IS 74 (29.3% from 255) = 59.2%

 BLUE value IS 46 (18.36% from 255) = 36.8%

R = 4%
G = 59.2%
B = 36.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#054A2E (or 0x054A2E) is known color: British Racing Green. HEX triplet: 05, 4A and 2E. RGB value is (5,74,46). Sum of RGB (Red+Green+Blue) = 5+74+46=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 74 (29.30% from 255 or 59.2% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 74 - color contains mainly: green. Hex color #054A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054A2E is #FAB5D1. Grayscale: #323232. Windows color (decimal): -16430546 or 3033605. OLE color: 3033605.

HSL color Cylindrical-coordinate representation of color #054A2E: hue angle of 155.65º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054A2E is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 74 46 -
CMYK 0.93 0 0.38 0.71
HSL 155.65º 0.87% 0.15% -
HSV(B) 155.65º 0.93% 0.29% -
XYZ 3 5.13 3.42 -
YUV 50.18 125.64 95.78 -
System Red Green Blue C M Y K H S L
Decimal 5 74 46 0.93 0 0.38 0.71 155.65 0.87 0.15
Hex 5 4A 2E 5D 0 26 47 9C 57 F
Octal 5 112 56 135 0 46 107 234 127 17
Binary 101 1001010 101110 1011101 0 100110 1000111 10011100 1010111 1111

Color Harmonies of #054A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054A2E

Black with #054A2E

Text Example


Text Example

White with #054A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054A2E; }

 p { color: rgb(5,74,46); }

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

background-color css

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

 a { background-color: rgb(5,74,46); }

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

border-color css

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

 span { border-color: rgb(5,74,46); }

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