Html Css Color HEX #308E42 Sea Green

📋 copy color: '#308E42'

red 48 ◦ green 142 ◦ blue 66

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

Shades of Sea Green #308E42

Tints of Sea Green #308E42

RGB

 RED value IS 48 (19.14% from 255) = 18.75%

 GREEN value IS 142 (55.86% from 255) = 55.47%

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

R = 18.75%
G = 55.47%
B = 25.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#308E42 (or 0x308E42) is known color: Sea Green. HEX triplet: 30, 8E and 42. RGB value is (48,142,66). Sum of RGB (Red+Green+Blue) = 48+142+66=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 142 (55.86% from 255 or 55.47% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 142 - color contains mainly: green. Hex color #308E42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308E42 is #CF71BD. Grayscale: #696969. Windows color (decimal): -13595070 or 4361776. OLE color: 4361776.

HSL color Cylindrical-coordinate representation of color #308E42: hue angle of 131.49º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308E42 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 142 66 -
CMYK 0.66 0 0.54 0.44
HSL 131.49º 0.49% 0.37% -
HSV(B) 131.49º 0.66% 0.56% -
XYZ 11.88 20.37 8.46 -
YUV 105.23 105.86 87.18 -
System Red Green Blue C M Y K H S L
Decimal 48 142 66 0.66 0 0.54 0.44 131.49 0.49 0.37
Hex 30 8E 42 42 0 36 2C 83 31 25
Octal 60 216 102 102 0 66 54 203 61 45
Binary 110000 10001110 1000010 1000010 0 110110 101100 10000011 110001 100101

Color Harmonies of #308E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308E42

Black with #308E42

Text Example


Text Example

White with #308E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308E42; }

 p { color: rgb(48,142,66); }

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

background-color css

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

 a { background-color: rgb(48,142,66); }

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

border-color css

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

 span { border-color: rgb(48,142,66); }

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