Html Css Color HEX #02512F British Racing Green

📋 copy color: '#02512F'

red 2 ◦ green 81 ◦ blue 47

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

Shades of British Racing Green #02512F

Tints of British Racing Green #02512F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 62.31%

 BLUE value IS 47 (18.75% from 255) = 36.15%

R = 1.54%
G = 62.31%
B = 36.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.42

 K value IS 0.68

RGB Variations

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

Color information

#02512F (or 0x02512F) is known color: British Racing Green. HEX triplet: 02, 51 and 2F. RGB value is (2,81,47). Sum of RGB (Red+Green+Blue) = 2+81+47=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 81 (32.03% from 255 or 62.31% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 81 - color contains mainly: green. Hex color #02512F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02512F is #FDAED0. Grayscale: #353535. Windows color (decimal): -16625361 or 3100930. OLE color: 3100930.

HSL color Cylindrical-coordinate representation of color #02512F: hue angle of 154.18º 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 #02512F is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 81 47 -
CMYK 0.98 0 0.42 0.68
HSL 154.18º 0.95% 0.16% -
HSV(B) 154.18º 0.98% 0.32% -
XYZ 3.48 6.1 3.68 -
YUV 53.5 124.33 91.26 -
System Red Green Blue C M Y K H S L
Decimal 2 81 47 0.98 0 0.42 0.68 154.18 0.95 0.16
Hex 2 51 2F 62 0 2A 44 9A 5F 10
Octal 2 121 57 142 0 52 104 232 137 20
Binary 10 1010001 101111 1100010 0 101010 1000100 10011010 1011111 10000

Color Harmonies of #02512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02512F

Black with #02512F

Text Example


Text Example

White with #02512F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02512F; }

 p { color: rgb(2,81,47); }

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

background-color css

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

 a { background-color: rgb(2,81,47); }

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

border-color css

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

 span { border-color: rgb(2,81,47); }

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