Html Css Color HEX #269A42 Sea Green

📋 copy color: '#269A42'

red 38 ◦ green 154 ◦ blue 66

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

Shades of Sea Green #269A42

Tints of Sea Green #269A42

RGB

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

 GREEN value IS 154 (60.55% from 255) = 59.69%

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

R = 14.73%
G = 59.69%
B = 25.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#269A42 (or 0x269A42) is known color: Sea Green. HEX triplet: 26, 9A and 42. RGB value is (38,154,66). Sum of RGB (Red+Green+Blue) = 38+154+66=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 154 (60.55% from 255 or 59.69% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 154 - color contains mainly: green. Hex color #269A42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269A42 is #D965BD. Grayscale: #6D6D6D. Windows color (decimal): -14247358 or 4364838. OLE color: 4364838.

HSL color Cylindrical-coordinate representation of color #269A42: hue angle of 134.48º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269A42 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 38 154 66 -
CMYK 0.75 0 0.57 0.40
HSL 134.48º 0.6% 0.38% -
HSV(B) 134.48º 0.75% 0.6% -
XYZ 13.34 23.92 9.07 -
YUV 109.28 103.57 77.16 -
System Red Green Blue C M Y K H S L
Decimal 38 154 66 0.75 0 0.57 0.40 134.48 0.6 0.38
Hex 26 9A 42 4B 0 39 28 86 3C 26
Octal 46 232 102 113 0 71 50 206 74 46
Binary 100110 10011010 1000010 1001011 0 111001 101000 10000110 111100 100110

Color Harmonies of #269A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269A42

Black with #269A42

Text Example


Text Example

White with #269A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269A42; }

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

 H1.HeaderClassName
 {
   color: #269A42;
 }
 .AnyTagClassName
 {
   color: #269A42;
 }
</style>

background-color css

<style>
 a { background-color: #269A42; }

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

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

border-color css

<style>
 span { border-color: #269A42; }

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

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