Html Css Color HEX #26782E Japanese Laurel

📋 copy color: '#26782E'

red 38 ◦ green 120 ◦ blue 46

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

Shades of Japanese Laurel #26782E

Tints of Japanese Laurel #26782E

RGB

 RED value IS 38 (15.23% from 255) = 18.63%

 GREEN value IS 120 (47.27% from 255) = 58.82%

 BLUE value IS 46 (18.36% from 255) = 22.55%

R = 18.63%
G = 58.82%
B = 22.55%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#26782E (or 0x26782E) is known color: Japanese Laurel. HEX triplet: 26, 78 and 2E. RGB value is (38,120,46). Sum of RGB (Red+Green+Blue) = 38+120+46=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 120 (47.27% from 255 or 58.82% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 120 - color contains mainly: green. Hex color #26782E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26782E is #D987D1. Grayscale: #575757. Windows color (decimal): -14256082 or 3045414. OLE color: 3045414.

HSL color Cylindrical-coordinate representation of color #26782E: hue angle of 125.85º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26782E is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 120 46 -
CMYK 0.68 0 0.62 0.53
HSL 125.85º 0.52% 0.31% -
HSV(B) 125.85º 0.68% 0.47% -
XYZ 8.01 14.04 4.87 -
YUV 87.05 104.83 93.02 -
System Red Green Blue C M Y K H S L
Decimal 38 120 46 0.68 0 0.62 0.53 125.85 0.52 0.31
Hex 26 78 2E 44 0 3E 35 7E 34 1F
Octal 46 170 56 104 0 76 65 176 64 37
Binary 100110 1111000 101110 1000100 0 111110 110101 1111110 110100 11111

Color Harmonies of #26782E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26782E

Black with #26782E

Text Example


Text Example

White with #26782E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26782E; }

 p { color: rgb(38,120,46); }

 H1.HeaderClassName
 {
   color: #26782E;
 }
 .AnyTagClassName
 {
   color: #26782E;
 }
</style>

background-color css

<style>
 a { background-color: #26782E; }

 a { background-color: rgb(38,120,46); }

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

border-color css

<style>
 span { border-color: #26782E; }

 span { border-color: rgb(38,120,46); }

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