Html Css Color HEX #00B380 Jade

📋 copy color: '#00B380'

red 0 ◦ green 179 ◦ blue 128

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

Shades of Jade #00B380

Tints of Jade #00B380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.69%

R = 0%
G = 58.31%
B = 41.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#00B380 (or 0x00B380) is known color: Jade. HEX triplet: 00, B3 and 80. RGB value is (0,179,128). Sum of RGB (Red+Green+Blue) = 0+179+128=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 179 (70.31% from 255 or 58.31% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 179 - color contains mainly: green. Hex color #00B380 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B380 is #FF4C7F. Grayscale: #777777. Windows color (decimal): -16731264 or 8434432. OLE color: 8434432.

HSL color Cylindrical-coordinate representation of color #00B380: hue angle of 162.91º 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 #00B380 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 179 128 -
CMYK 1 0 0.28 0.30
HSL 162.91º 1% 0.35% -
HSV(B) 162.91º 1% 0.7% -
XYZ 20.02 33.8 25.89 -
YUV 119.67 132.7 42.65 -
System Red Green Blue C M Y K H S L
Decimal 0 179 128 1 0 0.28 0.30 162.91 1 0.35
Hex 0 B3 80 64 0 1C 1E A3 64 23
Octal 0 263 200 144 0 34 36 243 144 43
Binary 0 10110011 10000000 1100100 0 11100 11110 10100011 1100100 100011

Color Harmonies of #00B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B380

Black with #00B380

Text Example


Text Example

White with #00B380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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