Html Css Color HEX #025625 British Racing Green

📋 copy color: '#025625'

red 2 ◦ green 86 ◦ blue 37

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

Shades of British Racing Green #025625

Tints of British Racing Green #025625

RGB

 RED value IS 2 (1.17% from 255) = 1.6%

 GREEN value IS 86 (33.98% from 255) = 68.8%

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

R = 1.6%
G = 68.8%
B = 29.6%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#025625 (or 0x025625) is known color: British Racing Green. HEX triplet: 02, 56 and 25. RGB value is (2,86,37). Sum of RGB (Red+Green+Blue) = 2+86+37=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 86 (33.98% from 255 or 68.8% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 86 - color contains mainly: green. Hex color #025625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025625 is #FDA9DA. Grayscale: #373737. Windows color (decimal): -16624091 or 2446850. OLE color: 2446850.

HSL color Cylindrical-coordinate representation of color #025625: hue angle of 145º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025625 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 86 37 -
CMYK 0.98 0 0.57 0.66
HSL 145º 0.95% 0.17% -
HSV(B) 145º 0.98% 0.34% -
XYZ 3.69 6.8 2.87 -
YUV 55.3 117.67 89.98 -
System Red Green Blue C M Y K H S L
Decimal 2 86 37 0.98 0 0.57 0.66 145 0.95 0.17
Hex 2 56 25 62 0 39 42 91 5F 11
Octal 2 126 45 142 0 71 102 221 137 21
Binary 10 1010110 100101 1100010 0 111001 1000010 10010001 1011111 10001

Color Harmonies of #025625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025625

Black with #025625

Text Example


Text Example

White with #025625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025625; }

 p { color: rgb(2,86,37); }

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

background-color css

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

 a { background-color: rgb(2,86,37); }

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

border-color css

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

 span { border-color: rgb(2,86,37); }

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