Html Css Color HEX #248442 Sea Green

📋 copy color: '#248442'

red 36 ◦ green 132 ◦ blue 66

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

Shades of Sea Green #248442

Tints of Sea Green #248442

RGB

 RED value IS 36 (14.45% from 255) = 15.38%

 GREEN value IS 132 (51.95% from 255) = 56.41%

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

R = 15.38%
G = 56.41%
B = 28.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#248442 (or 0x248442) is known color: Sea Green. HEX triplet: 24, 84 and 42. RGB value is (36,132,66). Sum of RGB (Red+Green+Blue) = 36+132+66=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 132 (51.95% from 255 or 56.41% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 132 - color contains mainly: green. Hex color #248442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248442 is #DB7BBD. Grayscale: #5F5F5F. Windows color (decimal): -14384062 or 4359204. OLE color: 4359204.

HSL color Cylindrical-coordinate representation of color #248442: hue angle of 138.75º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248442 is Cyan = 0.73, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 132 66 -
CMYK 0.73 0 0.5 0.48
HSL 138.75º 0.57% 0.33% -
HSV(B) 138.75º 0.73% 0.52% -
XYZ 9.96 17.27 7.96 -
YUV 95.77 111.2 85.37 -
System Red Green Blue C M Y K H S L
Decimal 36 132 66 0.73 0 0.5 0.48 138.75 0.57 0.33
Hex 24 84 42 49 0 32 30 8B 39 21
Octal 44 204 102 111 0 62 60 213 71 41
Binary 100100 10000100 1000010 1001001 0 110010 110000 10001011 111001 100001

Color Harmonies of #248442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248442

Black with #248442

Text Example


Text Example

White with #248442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248442; }

 p { color: rgb(36,132,66); }

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

background-color css

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

 a { background-color: rgb(36,132,66); }

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

border-color css

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

 span { border-color: rgb(36,132,66); }

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