Html Css Color HEX #268137 Japanese Laurel

📋 copy color: '#268137'

red 38 ◦ green 129 ◦ blue 55

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

Shades of Japanese Laurel #268137

Tints of Japanese Laurel #268137

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.11%

 BLUE value IS 55 (21.88% from 255) = 24.77%

R = 17.12%
G = 58.11%
B = 24.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#268137 (or 0x268137) is known color: Japanese Laurel. HEX triplet: 26, 81 and 37. RGB value is (38,129,55). Sum of RGB (Red+Green+Blue) = 38+129+55=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 129 (50.78% from 255 or 58.11% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 129 - color contains mainly: green. Hex color #268137 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268137 is #D97EC8. Grayscale: #5D5D5D. Windows color (decimal): -14253769 or 3637542. OLE color: 3637542.

HSL color Cylindrical-coordinate representation of color #268137: hue angle of 131.21º degrees, saturation: 0.54, 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 #268137 is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 129 55 -
CMYK 0.71 0 0.57 0.49
HSL 131.21º 0.54% 0.33% -
HSV(B) 131.21º 0.71% 0.51% -
XYZ 9.34 16.39 6.29 -
YUV 93.36 106.35 88.52 -
System Red Green Blue C M Y K H S L
Decimal 38 129 55 0.71 0 0.57 0.49 131.21 0.54 0.33
Hex 26 81 37 47 0 39 31 83 36 21
Octal 46 201 67 107 0 71 61 203 66 41
Binary 100110 10000001 110111 1000111 0 111001 110001 10000011 110110 100001

Color Harmonies of #268137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268137

Black with #268137

Text Example


Text Example

White with #268137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268137; }

 p { color: rgb(38,129,55); }

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

background-color css

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

 a { background-color: rgb(38,129,55); }

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

border-color css

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

 span { border-color: rgb(38,129,55); }

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