Html Css Color HEX #26853B Japanese Laurel

📋 copy color: '#26853B'

red 38 ◦ green 133 ◦ blue 59

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

Shades of Japanese Laurel #26853B

Tints of Japanese Laurel #26853B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.83%

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

R = 16.52%
G = 57.83%
B = 25.65%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#26853B (or 0x26853B) is known color: Japanese Laurel. HEX triplet: 26, 85 and 3B. RGB value is (38,133,59). Sum of RGB (Red+Green+Blue) = 38+133+59=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #26853B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26853B is #D97AC4. Grayscale: #606060. Windows color (decimal): -14252741 or 3900710. OLE color: 3900710.

HSL color Cylindrical-coordinate representation of color #26853B: hue angle of 133.26º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26853B is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 133 59 -
CMYK 0.71 0 0.56 0.48
HSL 133.26º 0.56% 0.34% -
HSV(B) 133.26º 0.71% 0.52% -
XYZ 9.98 17.5 6.99 -
YUV 96.16 107.03 86.52 -
System Red Green Blue C M Y K H S L
Decimal 38 133 59 0.71 0 0.56 0.48 133.26 0.56 0.34
Hex 26 85 3B 47 0 38 30 85 38 22
Octal 46 205 73 107 0 70 60 205 70 42
Binary 100110 10000101 111011 1000111 0 111000 110000 10000101 111000 100010

Color Harmonies of #26853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26853B

Black with #26853B

Text Example


Text Example

White with #26853B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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