Html Css Color HEX #38AF8C Jungle Green

📋 copy color: '#38AF8C'

red 56 ◦ green 175 ◦ blue 140

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

Shades of Jungle Green #38AF8C

Tints of Jungle Green #38AF8C

RGB

 RED value IS 56 (22.27% from 255) = 15.09%

 GREEN value IS 175 (68.75% from 255) = 47.17%

 BLUE value IS 140 (55.08% from 255) = 37.74%

R = 15.09%
G = 47.17%
B = 37.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#38AF8C (or 0x38AF8C) is known color: Jungle Green. HEX triplet: 38, AF and 8C. RGB value is (56,175,140). Sum of RGB (Red+Green+Blue) = 56+175+140=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AF8C is #C75073. Grayscale: #878787. Windows color (decimal): -13062260 or 9219896. OLE color: 9219896.

HSL color Cylindrical-coordinate representation of color #38AF8C: hue angle of 162.35º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AF8C is Cyan = 0.68, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 175 140 -
CMYK 0.68 0 0.2 0.31
HSL 162.35º 0.52% 0.45% -
HSV(B) 162.35º 0.68% 0.69% -
XYZ 21.69 33.39 30.11 -
YUV 135.43 130.58 71.35 -
System Red Green Blue C M Y K H S L
Decimal 56 175 140 0.68 0 0.2 0.31 162.35 0.52 0.45
Hex 38 AF 8C 44 0 14 1F A2 34 2D
Octal 70 257 214 104 0 24 37 242 64 55
Binary 111000 10101111 10001100 1000100 0 10100 11111 10100010 110100 101101

Color Harmonies of #38AF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AF8C

Black with #38AF8C

Text Example


Text Example

White with #38AF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38AF8C; }

 p { color: rgb(56,175,140); }

 H1.HeaderClassName
 {
   color: #38AF8C;
 }
 .AnyTagClassName
 {
   color: #38AF8C;
 }
</style>

background-color css

<style>
 a { background-color: #38AF8C; }

 a { background-color: rgb(56,175,140); }

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

border-color css

<style>
 span { border-color: #38AF8C; }

 span { border-color: rgb(56,175,140); }

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