Html Css Color HEX #26863A Japanese Laurel

📋 copy color: '#26863A'

red 38 ◦ green 134 ◦ blue 58

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

Shades of Japanese Laurel #26863A

Tints of Japanese Laurel #26863A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 58.26%

 BLUE value IS 58 (23.05% from 255) = 25.22%

R = 16.52%
G = 58.26%
B = 25.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#26863A (or 0x26863A) is known color: Japanese Laurel. HEX triplet: 26, 86 and 3A. RGB value is (38,134,58). Sum of RGB (Red+Green+Blue) = 38+134+58=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 134 (52.73% from 255 or 58.26% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 134 - color contains mainly: green. Hex color #26863A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26863A is #D979C5. Grayscale: #606060. Windows color (decimal): -14252486 or 3835430. OLE color: 3835430.

HSL color Cylindrical-coordinate representation of color #26863A: hue angle of 132.5º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26863A is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 134 58 -
CMYK 0.72 0 0.57 0.47
HSL 132.5º 0.56% 0.34% -
HSV(B) 132.5º 0.72% 0.53% -
XYZ 10.09 17.77 6.9 -
YUV 96.63 106.2 86.18 -
System Red Green Blue C M Y K H S L
Decimal 38 134 58 0.72 0 0.57 0.47 132.5 0.56 0.34
Hex 26 86 3A 48 0 39 2F 84 38 22
Octal 46 206 72 110 0 71 57 204 70 42
Binary 100110 10000110 111010 1001000 0 111001 101111 10000100 111000 100010

Color Harmonies of #26863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26863A

Black with #26863A

Text Example


Text Example

White with #26863A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26863A; }

 p { color: rgb(38,134,58); }

 H1.HeaderClassName
 {
   color: #26863A;
 }
 .AnyTagClassName
 {
   color: #26863A;
 }
</style>

background-color css

<style>
 a { background-color: #26863A; }

 a { background-color: rgb(38,134,58); }

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

border-color css

<style>
 span { border-color: #26863A; }

 span { border-color: rgb(38,134,58); }

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