#268B41

Color #268B41 Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #268B41

Tints of Sea Green #268B41

Color information

#268B41 (or 0x268B41) is unknown color: approx Sea Green. HEX triplet: 26, 8B and 41. RGB value is (38,139,65). Sum of RGB (Red+Green+Blue) = 38+139+65=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 139 (54.69% from 255 or 57.44% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 139 - color contains mainly: green. Hex color #268B41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268B41 is #D974BE. Grayscale: #646464. Windows color (decimal): -14251199 or 4295462. OLE color: 4295462.

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

Color convert

RGB3813965-
CMYK0.7300.530.45
HSL136.04º57.06%34.71%-
HSV(B)136.04º72.66%54.51%-
XYZ10.9919.268.14-
YUV100.36108.0483.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.70%
GREEN value IS 139 (54.69% from 255) = 57.44%
BLUE value IS 65 (25.78% from 255) = 26.86%
R=15.70%
G=57.44%
B=26.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38139650.7300.530.45136.0457.0634.71
Hex268B41490352D883923
Octal46213101111065552107143
Binary1001101000101110000011001001011010110110110001000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #268B41;
 }
 .AnyTagClassName
 {
   color: #268B41;
 }
</style>
background-color css

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

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

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

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

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

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