Html Css Color HEX #054B2D British Racing Green

📋 copy color: '#054B2D'

red 5 ◦ green 75 ◦ blue 45

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

Shades of British Racing Green #054B2D

Tints of British Racing Green #054B2D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 60%

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

R = 4%
G = 60%
B = 36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#054B2D (or 0x054B2D) is known color: British Racing Green. HEX triplet: 05, 4B and 2D. RGB value is (5,75,45). Sum of RGB (Red+Green+Blue) = 5+75+45=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 75 (29.69% from 255 or 60% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 75 - color contains mainly: green. Hex color #054B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054B2D is #FAB4D2. Grayscale: #323232. Windows color (decimal): -16430291 or 2968325. OLE color: 2968325.

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

Color convert

RGB 5 75 45 -
CMYK 0.93 0 0.40 0.71
HSL 154.29º 0.88% 0.16% -
HSV(B) 154.29º 0.93% 0.29% -
XYZ 3.05 5.25 3.34 -
YUV 50.65 124.81 95.44 -
System Red Green Blue C M Y K H S L
Decimal 5 75 45 0.93 0 0.40 0.71 154.29 0.88 0.16
Hex 5 4B 2D 5D 0 28 47 9A 58 10
Octal 5 113 55 135 0 50 107 232 130 20
Binary 101 1001011 101101 1011101 0 101000 1000111 10011010 1011000 10000

Color Harmonies of #054B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054B2D

Black with #054B2D

Text Example


Text Example

White with #054B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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