Html Css Color HEX #01B234 Dark Pastel Green

📋 copy color: '#01B234'

red 1 ◦ green 178 ◦ blue 52

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

Shades of Dark Pastel Green #01B234

Tints of Dark Pastel Green #01B234

RGB

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

 GREEN value IS 178 (69.92% from 255) = 77.06%

 BLUE value IS 52 (20.7% from 255) = 22.51%

R = 0.43%
G = 77.06%
B = 22.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#01B234 (or 0x01B234) is known color: Dark Pastel Green. HEX triplet: 01, B2 and 34. RGB value is (1,178,52). Sum of RGB (Red+Green+Blue) = 1+178+52=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 178 (69.92% from 255 or 77.06% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 178 - color contains mainly: green. Hex color #01B234 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01B234 is #FE4DCB. Grayscale: #6F6F6F. Windows color (decimal): -16666060 or 3453441. OLE color: 3453441.

HSL color Cylindrical-coordinate representation of color #01B234: hue angle of 137.29º 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 #01B234 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 1 178 52 -
CMYK 0.99 0 0.71 0.30
HSL 137.29º 0.99% 0.35% -
HSV(B) 137.29º 0.99% 0.7% -
XYZ 16.55 32.1 8.57 -
YUV 110.71 94.86 49.75 -
System Red Green Blue C M Y K H S L
Decimal 1 178 52 0.99 0 0.71 0.30 137.29 0.99 0.35
Hex 1 B2 34 63 0 47 1E 89 63 23
Octal 1 262 64 143 0 107 36 211 143 43
Binary 1 10110010 110100 1100011 0 1000111 11110 10001001 1100011 100011

Color Harmonies of #01B234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B234

Black with #01B234

Text Example


Text Example

White with #01B234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,178,52); }

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

background-color css

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

 a { background-color: rgb(1,178,52); }

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

border-color css

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

 span { border-color: rgb(1,178,52); }

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