Html Css Color HEX #01B33B Dark Pastel Green

📋 copy color: '#01B33B'

red 1 ◦ green 179 ◦ blue 59

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

Shades of Dark Pastel Green #01B33B

Tints of Dark Pastel Green #01B33B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 74.9%

 BLUE value IS 59 (23.44% from 255) = 24.69%

R = 0.42%
G = 74.9%
B = 24.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#01B33B (or 0x01B33B) is known color: Dark Pastel Green. HEX triplet: 01, B3 and 3B. RGB value is (1,179,59). Sum of RGB (Red+Green+Blue) = 1+179+59=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 179 (70.31% from 255 or 74.90% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 179 - color contains mainly: green. Hex color #01B33B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B33B is #FE4CC4. Grayscale: #707070. Windows color (decimal): -16665797 or 3912449. OLE color: 3912449.

HSL color Cylindrical-coordinate representation of color #01B33B: hue angle of 139.55º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B33B is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 1 179 59 -
CMYK 0.99 0 0.67 0.30
HSL 139.55º 0.99% 0.35% -
HSV(B) 139.55º 0.99% 0.7% -
XYZ 16.92 32.56 9.53 -
YUV 112.1 98.03 48.76 -
System Red Green Blue C M Y K H S L
Decimal 1 179 59 0.99 0 0.67 0.30 139.55 0.99 0.35
Hex 1 B3 3B 63 0 43 1E 8C 63 23
Octal 1 263 73 143 0 103 36 214 143 43
Binary 1 10110011 111011 1100011 0 1000011 11110 10001100 1100011 100011

Color Harmonies of #01B33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B33B

Black with #01B33B

Text Example


Text Example

White with #01B33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01B33B; }

 p { color: rgb(1,179,59); }

 H1.HeaderClassName
 {
   color: #01B33B;
 }
 .AnyTagClassName
 {
   color: #01B33B;
 }
</style>

background-color css

<style>
 a { background-color: #01B33B; }

 a { background-color: rgb(1,179,59); }

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

border-color css

<style>
 span { border-color: #01B33B; }

 span { border-color: rgb(1,179,59); }

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