Html Css Color HEX #01533A British Racing Green

📋 copy color: '#01533A'

red 1 ◦ green 83 ◦ blue 58

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

Shades of British Racing Green #01533A

Tints of British Racing Green #01533A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 58.45%

 BLUE value IS 58 (23.05% from 255) = 40.85%

R = 0.7%
G = 58.45%
B = 40.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#01533A (or 0x01533A) is known color: British Racing Green. HEX triplet: 01, 53 and 3A. RGB value is (1,83,58). Sum of RGB (Red+Green+Blue) = 1+83+58=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #01533A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01533A is #FEACC5. Grayscale: #373737. Windows color (decimal): -16690374 or 3822337. OLE color: 3822337.

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

Color convert

RGB 1 83 58 -
CMYK 0.99 0 0.30 0.67
HSL 161.71º 0.98% 0.16% -
HSV(B) 161.71º 0.99% 0.33% -
XYZ 3.87 6.5 5.05 -
YUV 55.63 129.33 89.03 -
System Red Green Blue C M Y K H S L
Decimal 1 83 58 0.99 0 0.30 0.67 161.71 0.98 0.16
Hex 1 53 3A 63 0 1E 43 A2 62 10
Octal 1 123 72 143 0 36 103 242 142 20
Binary 1 1010011 111010 1100011 0 11110 1000011 10100010 1100010 10000

Color Harmonies of #01533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01533A

Black with #01533A

Text Example


Text Example

White with #01533A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,83,58); }

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

background-color css

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

 a { background-color: rgb(1,83,58); }

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

border-color css

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

 span { border-color: rgb(1,83,58); }

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