Html Css Color HEX #025631 British Racing Green

📋 copy color: '#025631'

red 2 ◦ green 86 ◦ blue 49

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

Shades of British Racing Green #025631

Tints of British Racing Green #025631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 35.77%

R = 1.46%
G = 62.77%
B = 35.77%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#025631 (or 0x025631) is known color: British Racing Green. HEX triplet: 02, 56 and 31. RGB value is (2,86,49). Sum of RGB (Red+Green+Blue) = 2+86+49=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 86 (33.98% from 255 or 62.77% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 86 - color contains mainly: green. Hex color #025631 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025631 is #FDA9CE. Grayscale: #383838. Windows color (decimal): -16624079 or 3233282. OLE color: 3233282.

HSL color Cylindrical-coordinate representation of color #025631: hue angle of 153.57º 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 #025631 is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 86 49 -
CMYK 0.98 0 0.43 0.66
HSL 153.57º 0.95% 0.17% -
HSV(B) 153.57º 0.98% 0.34% -
XYZ 3.91 6.89 4.03 -
YUV 56.67 123.67 89.01 -
System Red Green Blue C M Y K H S L
Decimal 2 86 49 0.98 0 0.43 0.66 153.57 0.95 0.17
Hex 2 56 31 62 0 2B 42 9A 5F 11
Octal 2 126 61 142 0 53 102 232 137 21
Binary 10 1010110 110001 1100010 0 101011 1000010 10011010 1011111 10001

Color Harmonies of #025631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025631

Black with #025631

Text Example


Text Example

White with #025631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025631; }

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

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

background-color css

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

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

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

border-color css

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

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

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