Html Css Color HEX #005226 British Racing Green

📋 copy color: '#005226'

red 0 ◦ green 82 ◦ blue 38

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

Shades of British Racing Green #005226

Tints of British Racing Green #005226

RGB

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

 GREEN value IS 82 (32.42% from 255) = 68.33%

 BLUE value IS 38 (15.23% from 255) = 31.67%

R = 0%
G = 68.33%
B = 31.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#005226 (or 0x005226) is known color: British Racing Green. HEX triplet: 00, 52 and 26. RGB value is (0,82,38). Sum of RGB (Red+Green+Blue) = 0+82+38=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 82 (32.42% from 255 or 68.33% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 82 - color contains mainly: green. Hex color #005226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005226 is #FFADD9. Grayscale: #343434. Windows color (decimal): -16756186 or 2511360. OLE color: 2511360.

HSL color Cylindrical-coordinate representation of color #005226: hue angle of 147.8º 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 #005226 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 82 38 -
CMYK 1 0 0.54 0.68
HSL 147.8º 1% 0.16% -
HSV(B) 147.8º 1% 0.32% -
XYZ 3.37 6.17 2.85 -
YUV 52.47 119.83 90.58 -
System Red Green Blue C M Y K H S L
Decimal 0 82 38 1 0 0.54 0.68 147.8 1 0.16
Hex 0 52 26 64 0 36 44 94 64 10
Octal 0 122 46 144 0 66 104 224 144 20
Binary 0 1010010 100110 1100100 0 110110 1000100 10010100 1100100 10000

Color Harmonies of #005226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005226

Black with #005226

Text Example


Text Example

White with #005226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005226; }

 p { color: rgb(0,82,38); }

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

background-color css

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

 a { background-color: rgb(0,82,38); }

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

border-color css

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

 span { border-color: rgb(0,82,38); }

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