Html Css Color HEX #02551D British Racing Green

📋 copy color: '#02551D'

red 2 ◦ green 85 ◦ blue 29

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

Shades of British Racing Green #02551D

Tints of British Racing Green #02551D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25%

R = 1.72%
G = 73.28%
B = 25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#02551D (or 0x02551D) is known color: British Racing Green. HEX triplet: 02, 55 and 1D. RGB value is (2,85,29). Sum of RGB (Red+Green+Blue) = 2+85+29=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 85 (33.59% from 255 or 73.28% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 85 - color contains mainly: green. Hex color #02551D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02551D is #FDAAE2. Grayscale: #353535. Windows color (decimal): -16624355 or 1922306. OLE color: 1922306.

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

Color convert

RGB 2 85 29 -
CMYK 0.98 0 0.66 0.67
HSL 139.52º 0.95% 0.17% -
HSV(B) 139.52º 0.98% 0.33% -
XYZ 3.5 6.6 2.25 -
YUV 53.8 114 91.05 -
System Red Green Blue C M Y K H S L
Decimal 2 85 29 0.98 0 0.66 0.67 139.52 0.95 0.17
Hex 2 55 1D 62 0 42 43 8C 5F 11
Octal 2 125 35 142 0 102 103 214 137 21
Binary 10 1010101 11101 1100010 0 1000010 1000011 10001100 1011111 10001

Color Harmonies of #02551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02551D

Black with #02551D

Text Example


Text Example

White with #02551D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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