Html Css Color HEX #00B279 Jade

📋 copy color: '#00B279'

red 0 ◦ green 178 ◦ blue 121

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

Shades of Jade #00B279

Tints of Jade #00B279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.47%

R = 0%
G = 59.53%
B = 40.47%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#00B279 (or 0x00B279) is known color: Jade. HEX triplet: 00, B2 and 79. RGB value is (0,178,121). Sum of RGB (Red+Green+Blue) = 0+178+121=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 178 (69.92% from 255 or 59.53% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 178 - color contains mainly: green. Hex color #00B279 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00B279 is #FF4D86. Grayscale: #767676. Windows color (decimal): -16731527 or 7975424. OLE color: 7975424.

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

Color convert

RGB 0 178 121 -
CMYK 1 0 0.32 0.30
HSL 160.79º 1% 0.35% -
HSV(B) 160.79º 1% 0.7% -
XYZ 19.37 33.22 23.48 -
YUV 118.28 129.53 43.63 -
System Red Green Blue C M Y K H S L
Decimal 0 178 121 1 0 0.32 0.30 160.79 1 0.35
Hex 0 B2 79 64 0 20 1E A1 64 23
Octal 0 262 171 144 0 40 36 241 144 43
Binary 0 10110010 1111001 1100100 0 100000 11110 10100001 1100100 100011

Color Harmonies of #00B279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B279

Black with #00B279

Text Example


Text Example

White with #00B279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,178,121); }

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

background-color css

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

 a { background-color: rgb(0,178,121); }

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

border-color css

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

 span { border-color: rgb(0,178,121); }

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