Html Css Color HEX #268537 Japanese Laurel

📋 copy color: '#268537'

red 38 ◦ green 133 ◦ blue 55

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

Shades of Japanese Laurel #268537

Tints of Japanese Laurel #268537

RGB

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

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

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

R = 16.81%
G = 58.85%
B = 24.34%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#268537 (or 0x268537) is known color: Japanese Laurel. HEX triplet: 26, 85 and 37. RGB value is (38,133,55). Sum of RGB (Red+Green+Blue) = 38+133+55=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #268537 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268537 is #D97AC8. Grayscale: #5F5F5F. Windows color (decimal): -14252745 or 3638566. OLE color: 3638566.

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

Color convert

RGB 38 133 55 -
CMYK 0.71 0 0.59 0.48
HSL 130.74º 0.56% 0.34% -
HSV(B) 130.74º 0.71% 0.52% -
XYZ 9.88 17.46 6.46 -
YUV 95.7 105.03 86.84 -
System Red Green Blue C M Y K H S L
Decimal 38 133 55 0.71 0 0.59 0.48 130.74 0.56 0.34
Hex 26 85 37 47 0 3B 30 83 38 22
Octal 46 205 67 107 0 73 60 203 70 42
Binary 100110 10000101 110111 1000111 0 111011 110000 10000011 111000 100010

Color Harmonies of #268537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268537

Black with #268537

Text Example


Text Example

White with #268537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268537; }

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

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

background-color css

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

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

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

border-color css

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

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

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