Html Css Color HEX #02551F British Racing Green

📋 copy color: '#02551F'

red 2 ◦ green 85 ◦ blue 31

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

Shades of British Racing Green #02551F

Tints of British Racing Green #02551F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 72.03%

 BLUE value IS 31 (12.5% from 255) = 26.27%

R = 1.69%
G = 72.03%
B = 26.27%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#02551F (or 0x02551F) is known color: British Racing Green. HEX triplet: 02, 55 and 1F. RGB value is (2,85,31). Sum of RGB (Red+Green+Blue) = 2+85+31=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 85 (33.59% from 255 or 72.03% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 85 - color contains mainly: green. Hex color #02551F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02551F is #FDAAE0. Grayscale: #363636. Windows color (decimal): -16624353 or 2053378. OLE color: 2053378.

HSL color Cylindrical-coordinate representation of color #02551F: hue angle of 140.96º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02551F is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 85 31 -
CMYK 0.98 0 0.64 0.67
HSL 140.96º 0.95% 0.17% -
HSV(B) 140.96º 0.98% 0.33% -
XYZ 3.52 6.61 2.39 -
YUV 54.03 115 90.89 -
System Red Green Blue C M Y K H S L
Decimal 2 85 31 0.98 0 0.64 0.67 140.96 0.95 0.17
Hex 2 55 1F 62 0 40 43 8D 5F 11
Octal 2 125 37 142 0 100 103 215 137 21
Binary 10 1010101 11111 1100010 0 1000000 1000011 10001101 1011111 10001

Color Harmonies of #02551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02551F

Black with #02551F

Text Example


Text Example

White with #02551F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,85,31); }

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

background-color css

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

 a { background-color: rgb(2,85,31); }

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

border-color css

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

 span { border-color: rgb(2,85,31); }

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