Html Css Color HEX #269248 Sea Green

📋 copy color: '#269248'

red 38 ◦ green 146 ◦ blue 72

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

Shades of Sea Green #269248

Tints of Sea Green #269248

RGB

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

 GREEN value IS 146 (57.42% from 255) = 57.03%

 BLUE value IS 72 (28.52% from 255) = 28.13%

R = 14.84%
G = 57.03%
B = 28.13%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#269248 (or 0x269248) is known color: Sea Green. HEX triplet: 26, 92 and 48. RGB value is (38,146,72). Sum of RGB (Red+Green+Blue) = 38+146+72=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #269248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269248 is #D96DB7. Grayscale: #696969. Windows color (decimal): -14249400 or 4756006. OLE color: 4756006.

HSL color Cylindrical-coordinate representation of color #269248: hue angle of 138.89º degrees, saturation: 0.59, 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 #269248 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 146 72 -
CMYK 0.74 0 0.51 0.43
HSL 138.89º 0.59% 0.36% -
HSV(B) 138.89º 0.74% 0.57% -
XYZ 12.25 21.44 9.62 -
YUV 105.27 109.22 80.02 -
System Red Green Blue C M Y K H S L
Decimal 38 146 72 0.74 0 0.51 0.43 138.89 0.59 0.36
Hex 26 92 48 4A 0 33 2B 8B 3B 24
Octal 46 222 110 112 0 63 53 213 73 44
Binary 100110 10010010 1001000 1001010 0 110011 101011 10001011 111011 100100

Color Harmonies of #269248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269248

Black with #269248

Text Example


Text Example

White with #269248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269248; }

 p { color: rgb(38,146,72); }

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

background-color css

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

 a { background-color: rgb(38,146,72); }

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

border-color css

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

 span { border-color: rgb(38,146,72); }

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