Html Css Color HEX #025629 British Racing Green

📋 copy color: '#025629'

red 2 ◦ green 86 ◦ blue 41

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

Shades of British Racing Green #025629

Tints of British Racing Green #025629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 31.78%

R = 1.55%
G = 66.67%
B = 31.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#025629 (or 0x025629) is known color: British Racing Green. HEX triplet: 02, 56 and 29. RGB value is (2,86,41). Sum of RGB (Red+Green+Blue) = 2+86+41=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 86 (33.98% from 255 or 66.67% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 86 - color contains mainly: green. Hex color #025629 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025629 is #FDA9D6. Grayscale: #373737. Windows color (decimal): -16624087 or 2708994. OLE color: 2708994.

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

Color convert

RGB 2 86 41 -
CMYK 0.98 0 0.52 0.66
HSL 147.86º 0.95% 0.17% -
HSV(B) 147.86º 0.98% 0.34% -
XYZ 3.75 6.83 3.22 -
YUV 55.75 119.67 89.66 -
System Red Green Blue C M Y K H S L
Decimal 2 86 41 0.98 0 0.52 0.66 147.86 0.95 0.17
Hex 2 56 29 62 0 34 42 94 5F 11
Octal 2 126 51 142 0 64 102 224 137 21
Binary 10 1010110 101001 1100010 0 110100 1000010 10010100 1011111 10001

Color Harmonies of #025629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025629

Black with #025629

Text Example


Text Example

White with #025629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025629; }

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

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

background-color css

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

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

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

border-color css

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

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

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