Html Css Color HEX #268D42 Sea Green

📋 copy color: '#268D42'

red 38 ◦ green 141 ◦ blue 66

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

Shades of Sea Green #268D42

Tints of Sea Green #268D42

RGB

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

 GREEN value IS 141 (55.47% from 255) = 57.55%

 BLUE value IS 66 (26.17% from 255) = 26.94%

R = 15.51%
G = 57.55%
B = 26.94%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#268D42 (or 0x268D42) is known color: Sea Green. HEX triplet: 26, 8D and 42. RGB value is (38,141,66). Sum of RGB (Red+Green+Blue) = 38+141+66=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 141 (55.47% from 255 or 57.55% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 141 - color contains mainly: green. Hex color #268D42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268D42 is #D972BD. Grayscale: #656565. Windows color (decimal): -14250686 or 4361510. OLE color: 4361510.

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

Color convert

RGB 38 141 66 -
CMYK 0.73 0 0.53 0.45
HSL 136.31º 0.58% 0.35% -
HSV(B) 136.31º 0.73% 0.55% -
XYZ 11.31 19.86 8.39 -
YUV 101.65 107.88 82.6 -
System Red Green Blue C M Y K H S L
Decimal 38 141 66 0.73 0 0.53 0.45 136.31 0.58 0.35
Hex 26 8D 42 49 0 35 2D 88 3A 23
Octal 46 215 102 111 0 65 55 210 72 43
Binary 100110 10001101 1000010 1001001 0 110101 101101 10001000 111010 100011

Color Harmonies of #268D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268D42

Black with #268D42

Text Example


Text Example

White with #268D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,141,66); }

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

background-color css

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

 a { background-color: rgb(38,141,66); }

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

border-color css

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

 span { border-color: rgb(38,141,66); }

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