Html Css Color HEX #26813B Japanese Laurel

📋 copy color: '#26813B'

red 38 ◦ green 129 ◦ blue 59

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

Shades of Japanese Laurel #26813B

Tints of Japanese Laurel #26813B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 57.08%

 BLUE value IS 59 (23.44% from 255) = 26.11%

R = 16.81%
G = 57.08%
B = 26.11%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#26813B (or 0x26813B) is known color: Japanese Laurel. HEX triplet: 26, 81 and 3B. RGB value is (38,129,59). Sum of RGB (Red+Green+Blue) = 38+129+59=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 129 (50.78% from 255 or 57.08% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 129 - color contains mainly: green. Hex color #26813B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26813B is #D97EC4. Grayscale: #5E5E5E. Windows color (decimal): -14253765 or 3899686. OLE color: 3899686.

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

Color convert

RGB 38 129 59 -
CMYK 0.71 0 0.54 0.49
HSL 133.85º 0.54% 0.33% -
HSV(B) 133.85º 0.71% 0.51% -
XYZ 9.44 16.43 6.81 -
YUV 93.81 108.35 88.19 -
System Red Green Blue C M Y K H S L
Decimal 38 129 59 0.71 0 0.54 0.49 133.85 0.54 0.33
Hex 26 81 3B 47 0 36 31 86 36 21
Octal 46 201 73 107 0 66 61 206 66 41
Binary 100110 10000001 111011 1000111 0 110110 110001 10000110 110110 100001

Color Harmonies of #26813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26813B

Black with #26813B

Text Example


Text Example

White with #26813B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26813B; }

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

 H1.HeaderClassName
 {
   color: #26813B;
 }
 .AnyTagClassName
 {
   color: #26813B;
 }
</style>

background-color css

<style>
 a { background-color: #26813B; }

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

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

border-color css

<style>
 span { border-color: #26813B; }

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

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