Html Css Color HEX #26813D Japanese Laurel

📋 copy color: '#26813D'

red 38 ◦ green 129 ◦ blue 61

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

Shades of Japanese Laurel #26813D

Tints of Japanese Laurel #26813D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.75%

R = 16.67%
G = 56.58%
B = 26.75%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#26813D (or 0x26813D) is known color: Japanese Laurel. HEX triplet: 26, 81 and 3D. RGB value is (38,129,61). Sum of RGB (Red+Green+Blue) = 38+129+61=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 129 (50.78% from 255 or 56.58% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 129 - color contains mainly: green. Hex color #26813D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26813D is #D97EC2. Grayscale: #5E5E5E. Windows color (decimal): -14253763 or 4030758. OLE color: 4030758.

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

Color convert

RGB 38 129 61 -
CMYK 0.71 0 0.53 0.49
HSL 135.16º 0.54% 0.33% -
HSV(B) 135.16º 0.71% 0.51% -
XYZ 9.49 16.45 7.09 -
YUV 94.04 109.35 88.03 -
System Red Green Blue C M Y K H S L
Decimal 38 129 61 0.71 0 0.53 0.49 135.16 0.54 0.33
Hex 26 81 3D 47 0 35 31 87 36 21
Octal 46 201 75 107 0 65 61 207 66 41
Binary 100110 10000001 111101 1000111 0 110101 110001 10000111 110110 100001

Color Harmonies of #26813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26813D

Black with #26813D

Text Example


Text Example

White with #26813D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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