#26BD4C

Color #26BD4C Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #26BD4C

Tints of Dark Pastel Green #26BD4C

Color information

#26BD4C (or 0x26BD4C) is unknown color: approx Dark Pastel Green. HEX triplet: 26, BD and 4C. RGB value is (38,189,76). Sum of RGB (Red+Green+Blue) = 38+189+76=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 189 (74.22% from 255 or 62.38% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BD4C is #D942B3. Grayscale: #838383. Windows color (decimal): -14238388 or 5029158. OLE color: 5029158.

HSL color Cylindrical-coordinate representation of color #26BD4C: hue angle of 135.1º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BD4C is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB3818976-
CMYK0.8000.600.26
HSL135.1º66.52%44.51%-
HSV(B)135.1º79.89%74.12%-
XYZ20.337.3312.97-
YUV130.9796.9761.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.54%
GREEN value IS 189 (74.22% from 255) = 62.38%
BLUE value IS 76 (30.08% from 255) = 25.08%
R=12.54%
G=62.38%
B=25.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38189760.8000.600.26135.166.5244.51
Hex26BD4C5003C1A87432d
Octal462751141200743220710355
Binary1001101011110110011001010000011110011010100001111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26BD4C; }

 p { color: rgb(38,189,76); }

 H1.HeaderClassName
 {
   color: #26BD4C;
 }
 .AnyTagClassName
 {
   color: #26BD4C;
 }
</style>
background-color css

<style>
 a { background-color: #26BD4C; }

 a { background-color: rgb(38,189,76); }

 div.DivClassName
 {
   background-color: #26BD4C;
 }
 .BgClassName
 {
   background-color: #26BD4C;
 }
</style>
border-color css

<style>
 span { border-color: #26BD4C; }

 span { border-color: rgb(38,189,76); }

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