Html Css Color HEX #005122 British Racing Green

📋 copy color: '#005122'

red 0 ◦ green 81 ◦ blue 34

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

Shades of British Racing Green #005122

Tints of British Racing Green #005122

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 81 (32.03% from 255) = 70.43%

 BLUE value IS 34 (13.67% from 255) = 29.57%

R = 0%
G = 70.43%
B = 29.57%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#005122 (or 0x005122) is known color: British Racing Green. HEX triplet: 00, 51 and 22. RGB value is (0,81,34). Sum of RGB (Red+Green+Blue) = 0+81+34=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 81 (32.03% from 255 or 70.43% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 81 - color contains mainly: green. Hex color #005122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005122 is #FFAEDD. Grayscale: #333333. Windows color (decimal): -16756446 or 2248960. OLE color: 2248960.

HSL color Cylindrical-coordinate representation of color #005122: hue angle of 145.19º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005122 is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 81 34 -
CMYK 1 0 0.58 0.68
HSL 145.19º 1% 0.16% -
HSV(B) 145.19º 1% 0.32% -
XYZ 3.23 6 2.5 -
YUV 51.42 118.16 91.32 -
System Red Green Blue C M Y K H S L
Decimal 0 81 34 1 0 0.58 0.68 145.19 1 0.16
Hex 0 51 22 64 0 3A 44 91 64 10
Octal 0 121 42 144 0 72 104 221 144 20
Binary 0 1010001 100010 1100100 0 111010 1000100 10010001 1100100 10000

Color Harmonies of #005122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005122

Black with #005122

Text Example


Text Example

White with #005122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005122; }

 p { color: rgb(0,81,34); }

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

background-color css

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

 a { background-color: rgb(0,81,34); }

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

border-color css

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

 span { border-color: rgb(0,81,34); }

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