Html Css Color HEX #01552B British Racing Green

📋 copy color: '#01552B'

red 1 ◦ green 85 ◦ blue 43

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

Shades of British Racing Green #01552B

Tints of British Racing Green #01552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 33.33%

R = 0.78%
G = 65.89%
B = 33.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#01552B (or 0x01552B) is known color: British Racing Green. HEX triplet: 01, 55 and 2B. RGB value is (1,85,43). Sum of RGB (Red+Green+Blue) = 1+85+43=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 85 (33.59% from 255 or 65.89% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 85 - color contains mainly: green. Hex color #01552B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01552B is #FEAAD4. Grayscale: #373737. Windows color (decimal): -16689877 or 2839809. OLE color: 2839809.

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

Color convert

RGB 1 85 43 -
CMYK 0.99 0 0.49 0.67
HSL 150º 0.98% 0.17% -
HSV(B) 150º 0.99% 0.33% -
XYZ 3.7 6.68 3.38 -
YUV 55.1 121.17 89.42 -
System Red Green Blue C M Y K H S L
Decimal 1 85 43 0.99 0 0.49 0.67 150 0.98 0.17
Hex 1 55 2B 63 0 31 43 96 62 11
Octal 1 125 53 143 0 61 103 226 142 21
Binary 1 1010101 101011 1100011 0 110001 1000011 10010110 1100010 10001

Color Harmonies of #01552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01552B

Black with #01552B

Text Example


Text Example

White with #01552B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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