Html Css Color HEX #268638 Japanese Laurel

📋 copy color: '#268638'

red 38 ◦ green 134 ◦ blue 56

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

Shades of Japanese Laurel #268638

Tints of Japanese Laurel #268638

RGB

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

 GREEN value IS 134 (52.73% from 255) = 58.77%

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

R = 16.67%
G = 58.77%
B = 24.56%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#268638 (or 0x268638) is known color: Japanese Laurel. HEX triplet: 26, 86 and 38. RGB value is (38,134,56). Sum of RGB (Red+Green+Blue) = 38+134+56=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 134 (52.73% from 255 or 58.77% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 134 - color contains mainly: green. Hex color #268638 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268638 is #D979C7. Grayscale: #606060. Windows color (decimal): -14252488 or 3704358. OLE color: 3704358.

HSL color Cylindrical-coordinate representation of color #268638: hue angle of 131.25º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268638 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 134 56 -
CMYK 0.72 0 0.58 0.47
HSL 131.25º 0.56% 0.34% -
HSV(B) 131.25º 0.72% 0.53% -
XYZ 10.04 17.75 6.64 -
YUV 96.4 105.2 86.34 -
System Red Green Blue C M Y K H S L
Decimal 38 134 56 0.72 0 0.58 0.47 131.25 0.56 0.34
Hex 26 86 38 48 0 3A 2F 83 38 22
Octal 46 206 70 110 0 72 57 203 70 42
Binary 100110 10000110 111000 1001000 0 111010 101111 10000011 111000 100010

Color Harmonies of #268638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268638

Black with #268638

Text Example


Text Example

White with #268638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268638; }

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

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

background-color css

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

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

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

border-color css

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

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

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