Html Css Color HEX #26741E Japanese Laurel

📋 copy color: '#26741E'

red 38 ◦ green 116 ◦ blue 30

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

Shades of Japanese Laurel #26741E

Tints of Japanese Laurel #26741E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 63.04%

 BLUE value IS 30 (12.11% from 255) = 16.3%

R = 20.65%
G = 63.04%
B = 16.3%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#26741E (or 0x26741E) is known color: Japanese Laurel. HEX triplet: 26, 74 and 1E. RGB value is (38,116,30). Sum of RGB (Red+Green+Blue) = 38+116+30=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 116 (45.70% from 255 or 63.04% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 116 - color contains mainly: green. Hex color #26741E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26741E is #D98BE1. Grayscale: #535353. Windows color (decimal): -14257122 or 1995814. OLE color: 1995814.

HSL color Cylindrical-coordinate representation of color #26741E: hue angle of 114.42º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26741E is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 116 30 -
CMYK 0.67 0 0.74 0.55
HSL 114.42º 0.59% 0.29% -
HSV(B) 114.42º 0.74% 0.45% -
XYZ 7.28 13 3.35 -
YUV 82.87 98.16 95.99 -
System Red Green Blue C M Y K H S L
Decimal 38 116 30 0.67 0 0.74 0.55 114.42 0.59 0.29
Hex 26 74 1E 43 0 4A 37 72 3B 1D
Octal 46 164 36 103 0 112 67 162 73 35
Binary 100110 1110100 11110 1000011 0 1001010 110111 1110010 111011 11101

Color Harmonies of #26741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26741E

Black with #26741E

Text Example


Text Example

White with #26741E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,116,30); }

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

background-color css

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

 a { background-color: rgb(38,116,30); }

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

border-color css

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

 span { border-color: rgb(38,116,30); }

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