Html Css Color HEX #26843C Japanese Laurel

📋 copy color: '#26843C'

red 38 ◦ green 132 ◦ blue 60

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

Shades of Japanese Laurel #26843C

Tints of Japanese Laurel #26843C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 57.39%

 BLUE value IS 60 (23.83% from 255) = 26.09%

R = 16.52%
G = 57.39%
B = 26.09%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#26843C (or 0x26843C) is known color: Japanese Laurel. HEX triplet: 26, 84 and 3C. RGB value is (38,132,60). Sum of RGB (Red+Green+Blue) = 38+132+60=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 132 (51.95% from 255 or 57.39% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 132 - color contains mainly: green. Hex color #26843C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26843C is #D97BC3. Grayscale: #5F5F5F. Windows color (decimal): -14252996 or 3965990. OLE color: 3965990.

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

Color convert

RGB 38 132 60 -
CMYK 0.71 0 0.55 0.48
HSL 134.04º 0.55% 0.33% -
HSV(B) 134.04º 0.71% 0.52% -
XYZ 9.87 17.24 7.08 -
YUV 95.69 107.86 86.85 -
System Red Green Blue C M Y K H S L
Decimal 38 132 60 0.71 0 0.55 0.48 134.04 0.55 0.33
Hex 26 84 3C 47 0 37 30 86 37 21
Octal 46 204 74 107 0 67 60 206 67 41
Binary 100110 10000100 111100 1000111 0 110111 110000 10000110 110111 100001

Color Harmonies of #26843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26843C

Black with #26843C

Text Example


Text Example

White with #26843C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26843C; }

 p { color: rgb(38,132,60); }

 H1.HeaderClassName
 {
   color: #26843C;
 }
 .AnyTagClassName
 {
   color: #26843C;
 }
</style>

background-color css

<style>
 a { background-color: #26843C; }

 a { background-color: rgb(38,132,60); }

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

border-color css

<style>
 span { border-color: #26843C; }

 span { border-color: rgb(38,132,60); }

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