Html Css Color HEX #055023 British Racing Green

📋 copy color: '#055023'

red 5 ◦ green 80 ◦ blue 35

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

Shades of British Racing Green #055023

Tints of British Racing Green #055023

RGB

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

 GREEN value IS 80 (31.64% from 255) = 66.67%

 BLUE value IS 35 (14.06% from 255) = 29.17%

R = 4.17%
G = 66.67%
B = 29.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#055023 (or 0x055023) is known color: British Racing Green. HEX triplet: 05, 50 and 23. RGB value is (5,80,35). Sum of RGB (Red+Green+Blue) = 5+80+35=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #055023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055023 is #FAAFDC. Grayscale: #343434. Windows color (decimal): -16429021 or 2314245. OLE color: 2314245.

HSL color Cylindrical-coordinate representation of color #055023: hue angle of 144º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055023 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 80 35 -
CMYK 0.94 0 0.56 0.69
HSL 144º 0.88% 0.17% -
HSV(B) 144º 0.94% 0.31% -
XYZ 3.23 5.89 2.56 -
YUV 52.45 118.15 94.16 -
System Red Green Blue C M Y K H S L
Decimal 5 80 35 0.94 0 0.56 0.69 144 0.88 0.17
Hex 5 50 23 5E 0 38 45 90 58 11
Octal 5 120 43 136 0 70 105 220 130 21
Binary 101 1010000 100011 1011110 0 111000 1000101 10010000 1011000 10001

Color Harmonies of #055023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055023

Black with #055023

Text Example


Text Example

White with #055023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055023; }

 p { color: rgb(5,80,35); }

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

background-color css

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

 a { background-color: rgb(5,80,35); }

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

border-color css

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

 span { border-color: rgb(5,80,35); }

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