#26812f

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

Shades of Japanese Laurel #26812F

Tints of Japanese Laurel #26812F

Color information

#26812F (or 0x26812F) is unknown color: approx Japanese Laurel. HEX triplet: 26, 81 and 2F. RGB value is (38,129,47). Sum of RGB (Red+Green+Blue) = 38+129+47=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #26812F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26812F is #D97ED0. Grayscale: #5C5C5C. Windows color (decimal): -14253777 or 3113254. OLE color: 3113254.

HSL color Cylindrical-coordinate representation of color #26812F: hue angle of 125.93º degrees, saturation: 0.54, 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 #26812F is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB3812947-
CMYK0.7100.640.49
HSL125.93º54.49%32.75%-
HSV(B)125.93º70.54%50.59%-
XYZ9.1616.325.36-
YUV92.44102.3589.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.76%
GREEN value IS 129 (50.78% from 255) = 60.28%
BLUE value IS 47 (18.75% from 255) = 21.96%
R=17.76%
G=60.28%
B=21.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38129470.7100.640.49125.9354.4932.75
Hex26812F47040317e3621
Octal46201571070100611766641
Binary100110100000011011111000111010000001100011111110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26812f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26812f; }

 p { color: rgb(38,129,47); }

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

<style>
 a { background-color: #26812f; }

 a { background-color: rgb(38,129,47); }

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

<style>
 span { border-color: #26812f; }

 span { border-color: rgb(38,129,47); }

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