Html Css Color HEX #23B085 Jungle Green

📋 copy color: '#23B085'

red 35 ◦ green 176 ◦ blue 133

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

Shades of Jungle Green #23B085

Tints of Jungle Green #23B085

RGB

 RED value IS 35 (14.06% from 255) = 10.17%

 GREEN value IS 176 (69.14% from 255) = 51.16%

 BLUE value IS 133 (52.34% from 255) = 38.66%

R = 10.17%
G = 51.16%
B = 38.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#23B085 (or 0x23B085) is known color: Jungle Green. HEX triplet: 23, B0 and 85. RGB value is (35,176,133). Sum of RGB (Red+Green+Blue) = 35+176+133=344 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.17% from 344); Green value is 176 (69.14% from 255 or 51.16% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 176 - color contains mainly: green. Hex color #23B085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23B085 is #DC4F7A. Grayscale: #808080. Windows color (decimal): -14438267 or 8761379. OLE color: 8761379.

HSL color Cylindrical-coordinate representation of color #23B085: hue angle of 161.7º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B085 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 35 176 133 -
CMYK 0.80 0 0.24 0.31
HSL 161.7º 0.67% 0.41% -
HSV(B) 161.7º 0.8% 0.69% -
XYZ 20.45 33.1 27.5 -
YUV 128.94 130.29 61 -
System Red Green Blue C M Y K H S L
Decimal 35 176 133 0.80 0 0.24 0.31 161.7 0.67 0.41
Hex 23 B0 85 50 0 18 1F A2 43 29
Octal 43 260 205 120 0 30 37 242 103 51
Binary 100011 10110000 10000101 1010000 0 11000 11111 10100010 1000011 101001

Color Harmonies of #23B085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23B085

Black with #23B085

Text Example


Text Example

White with #23B085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23B085; }

 p { color: rgb(35,176,133); }

 H1.HeaderClassName
 {
   color: #23B085;
 }
 .AnyTagClassName
 {
   color: #23B085;
 }
</style>

background-color css

<style>
 a { background-color: #23B085; }

 a { background-color: rgb(35,176,133); }

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

border-color css

<style>
 span { border-color: #23B085; }

 span { border-color: rgb(35,176,133); }

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