Html Css Color HEX #00B381 Jade

📋 copy color: '#00B381'

red 0 ◦ green 179 ◦ blue 129

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

Shades of Jade #00B381

Tints of Jade #00B381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.88%

R = 0%
G = 58.12%
B = 41.88%

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

#00B381 (or 0x00B381) is known color: Jade. HEX triplet: 00, B3 and 81. RGB value is (0,179,129). Sum of RGB (Red+Green+Blue) = 0+179+129=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 179 (70.31% from 255 or 58.12% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 179 - color contains mainly: green. Hex color #00B381 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B381 is #FF4C7E. Grayscale: #777777. Windows color (decimal): -16731263 or 8499968. OLE color: 8499968.

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

Color convert

RGB 0 179 129 -
CMYK 1 0 0.28 0.30
HSL 163.24º 1% 0.35% -
HSV(B) 163.24º 1% 0.7% -
XYZ 20.08 33.83 26.24 -
YUV 119.78 133.2 42.57 -
System Red Green Blue C M Y K H S L
Decimal 0 179 129 1 0 0.28 0.30 163.24 1 0.35
Hex 0 B3 81 64 0 1C 1E A3 64 23
Octal 0 263 201 144 0 34 36 243 144 43
Binary 0 10110011 10000001 1100100 0 11100 11110 10100011 1100100 100011

Color Harmonies of #00B381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B381

Black with #00B381

Text Example


Text Example

White with #00B381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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