#26833C

Color #26833C Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #26833C

Tints of Japanese Laurel #26833C

Color information

#26833C (or 0x26833C) is unknown color: approx Japanese Laurel. HEX triplet: 26, 83 and 3C. RGB value is (38,131,60). Sum of RGB (Red+Green+Blue) = 38+131+60=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #26833C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26833C is #D97CC3. Grayscale: #5F5F5F. Windows color (decimal): -14253252 or 3965734. OLE color: 3965734.

HSL color Cylindrical-coordinate representation of color #26833C: hue angle of 134.19º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26833C is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB3813160-
CMYK0.7100.540.49
HSL134.19º55.03%33.14%-
HSV(B)134.19º70.99%51.37%-
XYZ9.7316.977.04-
YUV95.1108.1987.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 131 (51.56% from 255) = 57.21%
BLUE value IS 60 (23.83% from 255) = 26.20%
R=16.59%
G=57.21%
B=26.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38131600.7100.540.49134.1955.0333.14
Hex26833C4703631863721
Octal4620374107066612066741
Binary100110100000111111001000111011011011000110000110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26833C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26833C; }

 p { color: rgb(38,131,60); }

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

<style>
 a { background-color: #26833C; }

 a { background-color: rgb(38,131,60); }

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

<style>
 span { border-color: #26833C; }

 span { border-color: rgb(38,131,60); }

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