Html Css Color HEX #01552A British Racing Green

📋 copy color: '#01552A'

red 1 ◦ green 85 ◦ blue 42

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

Shades of British Racing Green #01552A

Tints of British Racing Green #01552A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 32.81%

R = 0.78%
G = 66.41%
B = 32.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#01552A (or 0x01552A) is known color: British Racing Green. HEX triplet: 01, 55 and 2A. RGB value is (1,85,42). Sum of RGB (Red+Green+Blue) = 1+85+42=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 85 (33.59% from 255 or 66.41% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 85 - color contains mainly: green. Hex color #01552A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01552A is #FEAAD5. Grayscale: #373737. Windows color (decimal): -16689878 or 2774273. OLE color: 2774273.

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

Color convert

RGB 1 85 42 -
CMYK 0.99 0 0.51 0.67
HSL 149.29º 0.98% 0.17% -
HSV(B) 149.29º 0.99% 0.33% -
XYZ 3.68 6.67 3.28 -
YUV 54.98 120.67 89.5 -
System Red Green Blue C M Y K H S L
Decimal 1 85 42 0.99 0 0.51 0.67 149.29 0.98 0.17
Hex 1 55 2A 63 0 33 43 95 62 11
Octal 1 125 52 143 0 63 103 225 142 21
Binary 1 1010101 101010 1100011 0 110011 1000011 10010101 1100010 10001

Color Harmonies of #01552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01552A

Black with #01552A

Text Example


Text Example

White with #01552A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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