#005225

Color #005225 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #005225

Tints of British Racing Green #005225

Color information

#005225 (or 0x005225) is unknown color: approx 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

RGB08237-
CMYK100.550.68
HSL147.07º100%16.08%-
HSV(B)147.07º100%32.16%-
XYZ3.356.172.76-
YUV52.35119.3390.66-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal08237100.550.68147.0710016.08
Hex052256403744936410
Octal01224514406710422314420
Binary0101001010010111001000110111100010010010011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>