Html Css Color HEX #054C2C British Racing Green

📋 copy color: '#054C2C'

red 5 ◦ green 76 ◦ blue 44

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

Shades of British Racing Green #054C2C

Tints of British Racing Green #054C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 35.2%

R = 4%
G = 60.8%
B = 35.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#054C2C (or 0x054C2C) is known color: British Racing Green. HEX triplet: 05, 4C and 2C. RGB value is (5,76,44). Sum of RGB (Red+Green+Blue) = 5+76+44=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 76 (30.08% from 255 or 60.8% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 76 - color contains mainly: green. Hex color #054C2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C2C is #FAB3D3. Grayscale: #333333. Windows color (decimal): -16430036 or 2903045. OLE color: 2903045.

HSL color Cylindrical-coordinate representation of color #054C2C: hue angle of 152.96º 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 #054C2C is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 76 44 -
CMYK 0.93 0 0.42 0.70
HSL 152.96º 0.88% 0.16% -
HSV(B) 152.96º 0.93% 0.3% -
XYZ 3.1 5.38 3.26 -
YUV 51.12 123.98 95.1 -
System Red Green Blue C M Y K H S L
Decimal 5 76 44 0.93 0 0.42 0.70 152.96 0.88 0.16
Hex 5 4C 2C 5D 0 2A 46 99 58 10
Octal 5 114 54 135 0 52 106 231 130 20
Binary 101 1001100 101100 1011101 0 101010 1000110 10011001 1011000 10000

Color Harmonies of #054C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054C2C

Black with #054C2C

Text Example


Text Example

White with #054C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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