Html Css Color HEX #268E3C Japanese Laurel

📋 copy color: '#268E3C'

red 38 ◦ green 142 ◦ blue 60

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

Shades of Japanese Laurel #268E3C

Tints of Japanese Laurel #268E3C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 59.17%

 BLUE value IS 60 (23.83% from 255) = 25%

R = 15.83%
G = 59.17%
B = 25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#268E3C (or 0x268E3C) is known color: Japanese Laurel. HEX triplet: 26, 8E and 3C. RGB value is (38,142,60). Sum of RGB (Red+Green+Blue) = 38+142+60=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 142 (55.86% from 255 or 59.17% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 142 - color contains mainly: green. Hex color #268E3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268E3C is #D971C3. Grayscale: #656565. Windows color (decimal): -14250436 or 3968550. OLE color: 3968550.

HSL color Cylindrical-coordinate representation of color #268E3C: hue angle of 132.69º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268E3C is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 142 60 -
CMYK 0.73 0 0.58 0.44
HSL 132.69º 0.58% 0.35% -
HSV(B) 132.69º 0.73% 0.56% -
XYZ 11.29 20.08 7.56 -
YUV 101.56 104.54 82.67 -
System Red Green Blue C M Y K H S L
Decimal 38 142 60 0.73 0 0.58 0.44 132.69 0.58 0.35
Hex 26 8E 3C 49 0 3A 2C 85 3A 23
Octal 46 216 74 111 0 72 54 205 72 43
Binary 100110 10001110 111100 1001001 0 111010 101100 10000101 111010 100011

Color Harmonies of #268E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268E3C

Black with #268E3C

Text Example


Text Example

White with #268E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268E3C; }

 p { color: rgb(38,142,60); }

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

background-color css

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

 a { background-color: rgb(38,142,60); }

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

border-color css

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

 span { border-color: rgb(38,142,60); }

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