Html Css Color HEX #025627 British Racing Green

📋 copy color: '#025627'

red 2 ◦ green 86 ◦ blue 39

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

Shades of British Racing Green #025627

Tints of British Racing Green #025627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30.71%

R = 1.57%
G = 67.72%
B = 30.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#025627 (or 0x025627) is known color: British Racing Green. HEX triplet: 02, 56 and 27. RGB value is (2,86,39). Sum of RGB (Red+Green+Blue) = 2+86+39=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 86 (33.98% from 255 or 67.72% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 86 - color contains mainly: green. Hex color #025627 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025627 is #FDA9D8. Grayscale: #373737. Windows color (decimal): -16624089 or 2577922. OLE color: 2577922.

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

Color convert

RGB 2 86 39 -
CMYK 0.98 0 0.55 0.66
HSL 146.43º 0.95% 0.17% -
HSV(B) 146.43º 0.98% 0.34% -
XYZ 3.72 6.81 3.04 -
YUV 55.53 118.67 89.82 -
System Red Green Blue C M Y K H S L
Decimal 2 86 39 0.98 0 0.55 0.66 146.43 0.95 0.17
Hex 2 56 27 62 0 37 42 92 5F 11
Octal 2 126 47 142 0 67 102 222 137 21
Binary 10 1010110 100111 1100010 0 110111 1000010 10010010 1011111 10001

Color Harmonies of #025627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025627

Black with #025627

Text Example


Text Example

White with #025627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025627; }

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

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

background-color css

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

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

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

border-color css

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

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

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