Html Css Color HEX #01552D British Racing Green

📋 copy color: '#01552D'

red 1 ◦ green 85 ◦ blue 45

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

Shades of British Racing Green #01552D

Tints of British Racing Green #01552D

RGB

 RED value IS 1 (0.78% from 255) = 0.76%

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

 BLUE value IS 45 (17.97% from 255) = 34.35%

R = 0.76%
G = 64.89%
B = 34.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#01552D (or 0x01552D) is known color: British Racing Green. HEX triplet: 01, 55 and 2D. RGB value is (1,85,45). Sum of RGB (Red+Green+Blue) = 1+85+45=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 85 (33.59% from 255 or 64.89% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 85 - color contains mainly: green. Hex color #01552D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01552D is #FEAAD2. Grayscale: #373737. Windows color (decimal): -16689875 or 2970881. OLE color: 2970881.

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

Color convert

RGB 1 85 45 -
CMYK 0.99 0 0.47 0.67
HSL 151.43º 0.98% 0.17% -
HSV(B) 151.43º 0.99% 0.33% -
XYZ 3.73 6.69 3.58 -
YUV 55.32 122.17 89.25 -
System Red Green Blue C M Y K H S L
Decimal 1 85 45 0.99 0 0.47 0.67 151.43 0.98 0.17
Hex 1 55 2D 63 0 2F 43 97 62 11
Octal 1 125 55 143 0 57 103 227 142 21
Binary 1 1010101 101101 1100011 0 101111 1000011 10010111 1100010 10001

Color Harmonies of #01552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01552D

Black with #01552D

Text Example


Text Example

White with #01552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,85,45); }

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

background-color css

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

 a { background-color: rgb(1,85,45); }

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

border-color css

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

 span { border-color: rgb(1,85,45); }

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