Html Css Color HEX #00B384 Persian Green

📋 copy color: '#00B384'

red 0 ◦ green 179 ◦ blue 132

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

Shades of Persian Green #00B384

Tints of Persian Green #00B384

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 132 (51.95% from 255) = 42.44%

R = 0%
G = 57.56%
B = 42.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#00B384 (or 0x00B384) is known color: Persian Green. HEX triplet: 00, B3 and 84. RGB value is (0,179,132). Sum of RGB (Red+Green+Blue) = 0+179+132=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 179 (70.31% from 255 or 57.56% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 179 - color contains mainly: green. Hex color #00B384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B384 is #FF4C7B. Grayscale: #787878. Windows color (decimal): -16731260 or 8696576. OLE color: 8696576.

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

Color convert

RGB 0 179 132 -
CMYK 1 0 0.26 0.30
HSL 164.25º 1% 0.35% -
HSV(B) 164.25º 1% 0.7% -
XYZ 20.28 33.91 27.31 -
YUV 120.12 134.7 42.32 -
System Red Green Blue C M Y K H S L
Decimal 0 179 132 1 0 0.26 0.30 164.25 1 0.35
Hex 0 B3 84 64 0 1A 1E A4 64 23
Octal 0 263 204 144 0 32 36 244 144 43
Binary 0 10110011 10000100 1100100 0 11010 11110 10100100 1100100 100011

Color Harmonies of #00B384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B384

Black with #00B384

Text Example


Text Example

White with #00B384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00B384; }

 p { color: rgb(0,179,132); }

 H1.HeaderClassName
 {
   color: #00B384;
 }
 .AnyTagClassName
 {
   color: #00B384;
 }
</style>

background-color css

<style>
 a { background-color: #00B384; }

 a { background-color: rgb(0,179,132); }

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

border-color css

<style>
 span { border-color: #00B384; }

 span { border-color: rgb(0,179,132); }

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