Html Css Color HEX #26802F Japanese Laurel

📋 copy color: '#26802F'

red 38 ◦ green 128 ◦ blue 47

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

Shades of Japanese Laurel #26802F

Tints of Japanese Laurel #26802F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 60.09%

 BLUE value IS 47 (18.75% from 255) = 22.07%

R = 17.84%
G = 60.09%
B = 22.07%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#26802F (or 0x26802F) is known color: Japanese Laurel. HEX triplet: 26, 80 and 2F. RGB value is (38,128,47). Sum of RGB (Red+Green+Blue) = 38+128+47=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 128 (50.39% from 255 or 60.09% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 128 - color contains mainly: green. Hex color #26802F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26802F is #D97FD0. Grayscale: #5C5C5C. Windows color (decimal): -14254033 or 3112998. OLE color: 3112998.

HSL color Cylindrical-coordinate representation of color #26802F: hue angle of 126º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26802F is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 38 128 47 -
CMYK 0.70 0 0.63 0.50
HSL 126º 0.54% 0.33% -
HSV(B) 126º 0.7% 0.5% -
XYZ 9.03 16.06 5.31 -
YUV 91.86 102.68 89.59 -
System Red Green Blue C M Y K H S L
Decimal 38 128 47 0.70 0 0.63 0.50 126 0.54 0.33
Hex 26 80 2F 46 0 3F 32 7E 36 21
Octal 46 200 57 106 0 77 62 176 66 41
Binary 100110 10000000 101111 1000110 0 111111 110010 1111110 110110 100001

Color Harmonies of #26802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26802F

Black with #26802F

Text Example


Text Example

White with #26802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26802F; }

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

 H1.HeaderClassName
 {
   color: #26802F;
 }
 .AnyTagClassName
 {
   color: #26802F;
 }
</style>

background-color css

<style>
 a { background-color: #26802F; }

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

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

border-color css

<style>
 span { border-color: #26802F; }

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

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