Html Css Color HEX #005225 British Racing Green

📋 copy color: '#005225'

red 0 ◦ green 82 ◦ blue 37

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

Shades of British Racing Green #005225

Tints of British Racing Green #005225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 31.09%

R = 0%
G = 68.91%
B = 31.09%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#005225 (or 0x005225) is known color: British Racing Green. HEX triplet: 00, 52 and 25. RGB value is (0,82,37). Sum of RGB (Red+Green+Blue) = 0+82+37=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 82 (32.42% from 255 or 68.91% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 82 - color contains mainly: green. Hex color #005225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005225 is #FFADDA. Grayscale: #343434. Windows color (decimal): -16756187 or 2445824. OLE color: 2445824.

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

Color convert

RGB 0 82 37 -
CMYK 1 0 0.55 0.68
HSL 147.07º 1% 0.16% -
HSV(B) 147.07º 1% 0.32% -
XYZ 3.35 6.17 2.76 -
YUV 52.35 119.33 90.66 -
System Red Green Blue C M Y K H S L
Decimal 0 82 37 1 0 0.55 0.68 147.07 1 0.16
Hex 0 52 25 64 0 37 44 93 64 10
Octal 0 122 45 144 0 67 104 223 144 20
Binary 0 1010010 100101 1100100 0 110111 1000100 10010011 1100100 10000

Color Harmonies of #005225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005225

Black with #005225

Text Example


Text Example

White with #005225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005225; }

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

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

background-color css

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

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

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

border-color css

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

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

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