Html Css Color HEX #269152 Sea Green

📋 copy color: '#269152'

red 38 ◦ green 145 ◦ blue 82

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

Shades of Sea Green #269152

Tints of Sea Green #269152

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.72%

 BLUE value IS 82 (32.42% from 255) = 30.94%

R = 14.34%
G = 54.72%
B = 30.94%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#269152 (or 0x269152) is known color: Sea Green. HEX triplet: 26, 91 and 52. RGB value is (38,145,82). Sum of RGB (Red+Green+Blue) = 38+145+82=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #269152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269152 is #D96EAD. Grayscale: #696969. Windows color (decimal): -14249646 or 5411110. OLE color: 5411110.

HSL color Cylindrical-coordinate representation of color #269152: hue angle of 144.67º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269152 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 145 82 -
CMYK 0.74 0 0.43 0.43
HSL 144.67º 0.58% 0.36% -
HSV(B) 144.67º 0.74% 0.57% -
XYZ 12.45 21.27 11.43 -
YUV 105.83 114.55 79.62 -
System Red Green Blue C M Y K H S L
Decimal 38 145 82 0.74 0 0.43 0.43 144.67 0.58 0.36
Hex 26 91 52 4A 0 2B 2B 91 3A 24
Octal 46 221 122 112 0 53 53 221 72 44
Binary 100110 10010001 1010010 1001010 0 101011 101011 10010001 111010 100100

Color Harmonies of #269152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269152

Black with #269152

Text Example


Text Example

White with #269152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269152; }

 p { color: rgb(38,145,82); }

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

background-color css

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

 a { background-color: rgb(38,145,82); }

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

border-color css

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

 span { border-color: rgb(38,145,82); }

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