Html Css Color HEX #025215 British Racing Green

📋 copy color: '#025215'

red 2 ◦ green 82 ◦ blue 21

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

Shades of British Racing Green #025215

Tints of British Racing Green #025215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 78.1%

 BLUE value IS 21 (8.59% from 255) = 20%

R = 1.9%
G = 78.1%
B = 20%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#025215 (or 0x025215) is known color: British Racing Green. HEX triplet: 02, 52 and 15. RGB value is (2,82,21). Sum of RGB (Red+Green+Blue) = 2+82+21=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 82 (32.42% from 255 or 78.10% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 82 - color contains mainly: green. Hex color #025215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025215 is #FDADEA. Grayscale: #333333. Windows color (decimal): -16625131 or 1397250. OLE color: 1397250.

HSL color Cylindrical-coordinate representation of color #025215: hue angle of 134.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025215 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 82 21 -
CMYK 0.98 0 0.74 0.68
HSL 134.25º 0.95% 0.16% -
HSV(B) 134.25º 0.98% 0.32% -
XYZ 3.18 6.1 1.72 -
YUV 51.13 111 92.96 -
System Red Green Blue C M Y K H S L
Decimal 2 82 21 0.98 0 0.74 0.68 134.25 0.95 0.16
Hex 2 52 15 62 0 4A 44 86 5F 10
Octal 2 122 25 142 0 112 104 206 137 20
Binary 10 1010010 10101 1100010 0 1001010 1000100 10000110 1011111 10000

Color Harmonies of #025215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025215

Black with #025215

Text Example


Text Example

White with #025215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025215; }

 p { color: rgb(2,82,21); }

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

background-color css

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

 a { background-color: rgb(2,82,21); }

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

border-color css

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

 span { border-color: rgb(2,82,21); }

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