Html Css Color HEX #025730 British Racing Green

📋 copy color: '#025730'

red 2 ◦ green 87 ◦ blue 48

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

Shades of British Racing Green #025730

Tints of British Racing Green #025730

RGB

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

 GREEN value IS 87 (34.38% from 255) = 63.5%

 BLUE value IS 48 (19.14% from 255) = 35.04%

R = 1.46%
G = 63.5%
B = 35.04%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#025730 (or 0x025730) is known color: British Racing Green. HEX triplet: 02, 57 and 30. RGB value is (2,87,48). Sum of RGB (Red+Green+Blue) = 2+87+48=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 87 (34.38% from 255 or 63.50% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 87 - color contains mainly: green. Hex color #025730 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025730 is #FDA8CF. Grayscale: #393939. Windows color (decimal): -16623824 or 3168002. OLE color: 3168002.

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

Color convert

RGB 2 87 48 -
CMYK 0.98 0 0.45 0.66
HSL 152.47º 0.96% 0.17% -
HSV(B) 152.47º 0.98% 0.34% -
XYZ 3.97 7.04 3.95 -
YUV 57.14 122.84 88.67 -
System Red Green Blue C M Y K H S L
Decimal 2 87 48 0.98 0 0.45 0.66 152.47 0.96 0.17
Hex 2 57 30 62 0 2D 42 98 60 11
Octal 2 127 60 142 0 55 102 230 140 21
Binary 10 1010111 110000 1100010 0 101101 1000010 10011000 1100000 10001

Color Harmonies of #025730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025730

Black with #025730

Text Example


Text Example

White with #025730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025730; }

 p { color: rgb(2,87,48); }

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

background-color css

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

 a { background-color: rgb(2,87,48); }

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

border-color css

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

 span { border-color: rgb(2,87,48); }

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