Html Css Color HEX #26853F Japanese Laurel

📋 copy color: '#26853F'

red 38 ◦ green 133 ◦ blue 63

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

Shades of Japanese Laurel #26853F

Tints of Japanese Laurel #26853F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.92%

R = 16.24%
G = 56.84%
B = 26.92%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#26853F (or 0x26853F) is known color: Japanese Laurel. HEX triplet: 26, 85 and 3F. RGB value is (38,133,63). Sum of RGB (Red+Green+Blue) = 38+133+63=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #26853F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26853F is #D97AC0. Grayscale: #606060. Windows color (decimal): -14252737 or 4162854. OLE color: 4162854.

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

Color convert

RGB 38 133 63 -
CMYK 0.71 0 0.53 0.48
HSL 135.79º 0.56% 0.34% -
HSV(B) 135.79º 0.71% 0.52% -
XYZ 10.08 17.55 7.56 -
YUV 96.62 109.03 86.19 -
System Red Green Blue C M Y K H S L
Decimal 38 133 63 0.71 0 0.53 0.48 135.79 0.56 0.34
Hex 26 85 3F 47 0 35 30 88 38 22
Octal 46 205 77 107 0 65 60 210 70 42
Binary 100110 10000101 111111 1000111 0 110101 110000 10001000 111000 100010

Color Harmonies of #26853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26853F

Black with #26853F

Text Example


Text Example

White with #26853F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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