Html Css Color HEX #268B3A Japanese Laurel

📋 copy color: '#268B3A'

red 38 ◦ green 139 ◦ blue 58

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

Shades of Japanese Laurel #268B3A

Tints of Japanese Laurel #268B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.68%

R = 16.17%
G = 59.15%
B = 24.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#268B3A (or 0x268B3A) is known color: Japanese Laurel. HEX triplet: 26, 8B and 3A. RGB value is (38,139,58). Sum of RGB (Red+Green+Blue) = 38+139+58=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 139 (54.69% from 255 or 59.15% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 139 - color contains mainly: green. Hex color #268B3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268B3A is #D974C5. Grayscale: #636363. Windows color (decimal): -14251206 or 3836710. OLE color: 3836710.

HSL color Cylindrical-coordinate representation of color #268B3A: hue angle of 131.88º 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 #268B3A is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 139 58 -
CMYK 0.73 0 0.58 0.45
HSL 131.88º 0.57% 0.35% -
HSV(B) 131.88º 0.73% 0.55% -
XYZ 10.8 19.18 7.14 -
YUV 99.57 104.54 84.09 -
System Red Green Blue C M Y K H S L
Decimal 38 139 58 0.73 0 0.58 0.45 131.88 0.57 0.35
Hex 26 8B 3A 49 0 3A 2D 84 39 23
Octal 46 213 72 111 0 72 55 204 71 43
Binary 100110 10001011 111010 1001001 0 111010 101101 10000100 111001 100011

Color Harmonies of #268B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268B3A

Black with #268B3A

Text Example


Text Example

White with #268B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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