Html Css Color HEX #1DB25F Eucalyptus

📋 copy color: '#1DB25F'

red 29 ◦ green 178 ◦ blue 95

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

Shades of Eucalyptus #1DB25F

Tints of Eucalyptus #1DB25F

RGB

 RED value IS 29 (11.72% from 255) = 9.6%

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

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 9.6%
G = 58.94%
B = 31.46%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#1DB25F (or 0x1DB25F) is known color: Eucalyptus. HEX triplet: 1D, B2 and 5F. RGB value is (29,178,95). Sum of RGB (Red+Green+Blue) = 29+178+95=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 178 (69.92% from 255 or 58.94% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB25F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB25F is #E24DA0. Grayscale: #7C7C7C. Windows color (decimal): -14831009 or 6271517. OLE color: 6271517.

HSL color Cylindrical-coordinate representation of color #1DB25F: hue angle of 146.58º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB25F is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 29 178 95 -
CMYK 0.84 0 0.47 0.30
HSL 146.58º 0.72% 0.41% -
HSV(B) 146.58º 0.84% 0.7% -
XYZ 18.49 32.93 16.21 -
YUV 123.99 111.64 60.25 -
System Red Green Blue C M Y K H S L
Decimal 29 178 95 0.84 0 0.47 0.30 146.58 0.72 0.41
Hex 1D B2 5F 54 0 2F 1E 93 48 29
Octal 35 262 137 124 0 57 36 223 110 51
Binary 11101 10110010 1011111 1010100 0 101111 11110 10010011 1001000 101001

Color Harmonies of #1DB25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB25F

Black with #1DB25F

Text Example


Text Example

White with #1DB25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DB25F; }

 p { color: rgb(29,178,95); }

 H1.HeaderClassName
 {
   color: #1DB25F;
 }
 .AnyTagClassName
 {
   color: #1DB25F;
 }
</style>

background-color css

<style>
 a { background-color: #1DB25F; }

 a { background-color: rgb(29,178,95); }

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

border-color css

<style>
 span { border-color: #1DB25F; }

 span { border-color: rgb(29,178,95); }

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