Html Css Color HEX #054C2D British Racing Green

📋 copy color: '#054C2D'

red 5 ◦ green 76 ◦ blue 45

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

Shades of British Racing Green #054C2D

Tints of British Racing Green #054C2D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 60.32%

 BLUE value IS 45 (17.97% from 255) = 35.71%

R = 3.97%
G = 60.32%
B = 35.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.70

RGB Variations

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

Color information

#054C2D (or 0x054C2D) is known color: British Racing Green. HEX triplet: 05, 4C and 2D. RGB value is (5,76,45). Sum of RGB (Red+Green+Blue) = 5+76+45=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 76 (30.08% from 255 or 60.32% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 76 - color contains mainly: green. Hex color #054C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C2D is #FAB3D2. Grayscale: #333333. Windows color (decimal): -16430035 or 2968581. OLE color: 2968581.

HSL color Cylindrical-coordinate representation of color #054C2D: hue angle of 153.8º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054C2D is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 76 45 -
CMYK 0.93 0 0.41 0.70
HSL 153.8º 0.88% 0.16% -
HSV(B) 153.8º 0.93% 0.3% -
XYZ 3.12 5.39 3.36 -
YUV 51.24 124.48 95.02 -
System Red Green Blue C M Y K H S L
Decimal 5 76 45 0.93 0 0.41 0.70 153.8 0.88 0.16
Hex 5 4C 2D 5D 0 29 46 9A 58 10
Octal 5 114 55 135 0 51 106 232 130 20
Binary 101 1001100 101101 1011101 0 101001 1000110 10011010 1011000 10000

Color Harmonies of #054C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054C2D

Black with #054C2D

Text Example


Text Example

White with #054C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,76,45); }

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

background-color css

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

 a { background-color: rgb(5,76,45); }

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

border-color css

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

 span { border-color: rgb(5,76,45); }

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