Html Css Color HEX #02551A British Racing Green

📋 copy color: '#02551A'

red 2 ◦ green 85 ◦ blue 26

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

Shades of British Racing Green #02551A

Tints of British Racing Green #02551A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.01%

R = 1.77%
G = 75.22%
B = 23.01%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#02551A (or 0x02551A) is known color: British Racing Green. HEX triplet: 02, 55 and 1A. RGB value is (2,85,26). Sum of RGB (Red+Green+Blue) = 2+85+26=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 85 (33.59% from 255 or 75.22% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 85 - color contains mainly: green. Hex color #02551A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02551A is #FDAAE5. Grayscale: #353535. Windows color (decimal): -16624358 or 1725698. OLE color: 1725698.

HSL color Cylindrical-coordinate representation of color #02551A: hue angle of 137.35º 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 #02551A is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 85 26 -
CMYK 0.98 0 0.69 0.67
HSL 137.35º 0.95% 0.17% -
HSV(B) 137.35º 0.98% 0.33% -
XYZ 3.46 6.58 2.07 -
YUV 53.46 112.5 91.3 -
System Red Green Blue C M Y K H S L
Decimal 2 85 26 0.98 0 0.69 0.67 137.35 0.95 0.17
Hex 2 55 1A 62 0 45 43 89 5F 11
Octal 2 125 32 142 0 105 103 211 137 21
Binary 10 1010101 11010 1100010 0 1000101 1000011 10001001 1011111 10001

Color Harmonies of #02551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02551A

Black with #02551A

Text Example


Text Example

White with #02551A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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