Html Css Color HEX #268B3E Japanese Laurel

📋 copy color: '#268B3E'

red 38 ◦ green 139 ◦ blue 62

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

Shades of Japanese Laurel #268B3E

Tints of Japanese Laurel #268B3E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 58.16%

 BLUE value IS 62 (24.61% from 255) = 25.94%

R = 15.9%
G = 58.16%
B = 25.94%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#268B3E (or 0x268B3E) is known color: Japanese Laurel. HEX triplet: 26, 8B and 3E. RGB value is (38,139,62). Sum of RGB (Red+Green+Blue) = 38+139+62=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 139 (54.69% from 255 or 58.16% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 139 - color contains mainly: green. Hex color #268B3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268B3E is #D974C1. Grayscale: #646464. Windows color (decimal): -14251202 or 4098854. OLE color: 4098854.

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

Color convert

RGB 38 139 62 -
CMYK 0.73 0 0.55 0.45
HSL 134.26º 0.57% 0.35% -
HSV(B) 134.26º 0.73% 0.55% -
XYZ 10.9 19.23 7.69 -
YUV 100.02 106.54 83.76 -
System Red Green Blue C M Y K H S L
Decimal 38 139 62 0.73 0 0.55 0.45 134.26 0.57 0.35
Hex 26 8B 3E 49 0 37 2D 86 39 23
Octal 46 213 76 111 0 67 55 206 71 43
Binary 100110 10001011 111110 1001001 0 110111 101101 10000110 111001 100011

Color Harmonies of #268B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268B3E

Black with #268B3E

Text Example


Text Example

White with #268B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,139,62); }

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

background-color css

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

 a { background-color: rgb(38,139,62); }

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

border-color css

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

 span { border-color: rgb(38,139,62); }

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