Html Css Color HEX #26832F Japanese Laurel

📋 copy color: '#26832F'

red 38 ◦ green 131 ◦ blue 47

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

Shades of Japanese Laurel #26832F

Tints of Japanese Laurel #26832F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 60.65%

 BLUE value IS 47 (18.75% from 255) = 21.76%

R = 17.59%
G = 60.65%
B = 21.76%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#26832F (or 0x26832F) is known color: Japanese Laurel. HEX triplet: 26, 83 and 2F. RGB value is (38,131,47). Sum of RGB (Red+Green+Blue) = 38+131+47=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 131 (51.56% from 255 or 60.65% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 131 - color contains mainly: green. Hex color #26832F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26832F is #D97CD0. Grayscale: #5D5D5D. Windows color (decimal): -14253265 or 3113766. OLE color: 3113766.

HSL color Cylindrical-coordinate representation of color #26832F: hue angle of 125.81º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26832F is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 131 47 -
CMYK 0.71 0 0.64 0.49
HSL 125.81º 0.55% 0.33% -
HSV(B) 125.81º 0.71% 0.51% -
XYZ 9.43 16.85 5.44 -
YUV 93.62 101.69 88.33 -
System Red Green Blue C M Y K H S L
Decimal 38 131 47 0.71 0 0.64 0.49 125.81 0.55 0.33
Hex 26 83 2F 47 0 40 31 7E 37 21
Octal 46 203 57 107 0 100 61 176 67 41
Binary 100110 10000011 101111 1000111 0 1000000 110001 1111110 110111 100001

Color Harmonies of #26832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26832F

Black with #26832F

Text Example


Text Example

White with #26832F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,131,47); }

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

background-color css

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

 a { background-color: rgb(38,131,47); }

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

border-color css

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

 span { border-color: rgb(38,131,47); }

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