Html Css Color HEX #269452 Sea Green

📋 copy color: '#269452'

red 38 ◦ green 148 ◦ blue 82

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

Shades of Sea Green #269452

Tints of Sea Green #269452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.22%

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

R = 14.18%
G = 55.22%
B = 30.6%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#269452 (or 0x269452) is known color: Sea Green. HEX triplet: 26, 94 and 52. RGB value is (38,148,82). Sum of RGB (Red+Green+Blue) = 38+148+82=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #269452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269452 is #D96BAD. Grayscale: #6B6B6B. Windows color (decimal): -14248878 or 5411878. OLE color: 5411878.

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

Color convert

RGB 38 148 82 -
CMYK 0.74 0 0.45 0.42
HSL 144º 0.59% 0.36% -
HSV(B) 144º 0.74% 0.58% -
XYZ 12.91 22.2 11.59 -
YUV 107.59 113.56 78.37 -
System Red Green Blue C M Y K H S L
Decimal 38 148 82 0.74 0 0.45 0.42 144 0.59 0.36
Hex 26 94 52 4A 0 2D 2A 90 3B 24
Octal 46 224 122 112 0 55 52 220 73 44
Binary 100110 10010100 1010010 1001010 0 101101 101010 10010000 111011 100100

Color Harmonies of #269452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269452

Black with #269452

Text Example


Text Example

White with #269452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269452; }

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

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

background-color css

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

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

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

border-color css

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

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

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