Html Css Color HEX #268538 Japanese Laurel

📋 copy color: '#268538'

red 38 ◦ green 133 ◦ blue 56

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

Shades of Japanese Laurel #268538

Tints of Japanese Laurel #268538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.67%

R = 16.74%
G = 58.59%
B = 24.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#268538 (or 0x268538) is known color: Japanese Laurel. HEX triplet: 26, 85 and 38. RGB value is (38,133,56). Sum of RGB (Red+Green+Blue) = 38+133+56=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 133 (52.34% from 255 or 58.59% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 133 - color contains mainly: green. Hex color #268538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268538 is #D97AC7. Grayscale: #606060. Windows color (decimal): -14252744 or 3704102. OLE color: 3704102.

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

Color convert

RGB 38 133 56 -
CMYK 0.71 0 0.58 0.48
HSL 131.37º 0.56% 0.34% -
HSV(B) 131.37º 0.71% 0.52% -
XYZ 9.9 17.47 6.59 -
YUV 95.82 105.53 86.76 -
System Red Green Blue C M Y K H S L
Decimal 38 133 56 0.71 0 0.58 0.48 131.37 0.56 0.34
Hex 26 85 38 47 0 3A 30 83 38 22
Octal 46 205 70 107 0 72 60 203 70 42
Binary 100110 10000101 111000 1000111 0 111010 110000 10000011 111000 100010

Color Harmonies of #268538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268538

Black with #268538

Text Example


Text Example

White with #268538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268538; }

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

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

background-color css

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

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

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

border-color css

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

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

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