Html Css Color HEX #26843B Japanese Laurel

📋 copy color: '#26843B'

red 38 ◦ green 132 ◦ blue 59

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

Shades of Japanese Laurel #26843B

Tints of Japanese Laurel #26843B

RGB

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

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

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

R = 16.59%
G = 57.64%
B = 25.76%

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

#26843B (or 0x26843B) is known color: Japanese Laurel. HEX triplet: 26, 84 and 3B. RGB value is (38,132,59). Sum of RGB (Red+Green+Blue) = 38+132+59=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #26843B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26843B is #D97BC4. Grayscale: #5F5F5F. Windows color (decimal): -14252997 or 3900454. OLE color: 3900454.

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

Color convert

RGB 38 132 59 -
CMYK 0.71 0 0.55 0.48
HSL 133.4º 0.55% 0.33% -
HSV(B) 133.4º 0.71% 0.52% -
XYZ 9.84 17.23 6.94 -
YUV 95.57 107.36 86.94 -
System Red Green Blue C M Y K H S L
Decimal 38 132 59 0.71 0 0.55 0.48 133.4 0.55 0.33
Hex 26 84 3B 47 0 37 30 85 37 21
Octal 46 204 73 107 0 67 60 205 67 41
Binary 100110 10000100 111011 1000111 0 110111 110000 10000101 110111 100001

Color Harmonies of #26843B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26843B

Black with #26843B

Text Example


Text Example

White with #26843B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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