Html Css Color HEX #248341 Dark Spring Green

📋 copy color: '#248341'

red 36 ◦ green 131 ◦ blue 65

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

Shades of Dark Spring Green #248341

Tints of Dark Spring Green #248341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 56.47%

 BLUE value IS 65 (25.78% from 255) = 28.02%

R = 15.52%
G = 56.47%
B = 28.02%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#248341 (or 0x248341) is known color: Dark Spring Green. HEX triplet: 24, 83 and 41. RGB value is (36,131,65). Sum of RGB (Red+Green+Blue) = 36+131+65=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 131 (51.56% from 255 or 56.47% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 131 - color contains mainly: green. Hex color #248341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248341 is #DB7CBE. Grayscale: #5F5F5F. Windows color (decimal): -14384319 or 4293412. OLE color: 4293412.

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

Color convert

RGB 36 131 65 -
CMYK 0.73 0 0.50 0.49
HSL 138.32º 0.57% 0.33% -
HSV(B) 138.32º 0.73% 0.51% -
XYZ 9.8 16.99 7.76 -
YUV 95.07 111.03 85.87 -
System Red Green Blue C M Y K H S L
Decimal 36 131 65 0.73 0 0.50 0.49 138.32 0.57 0.33
Hex 24 83 41 49 0 32 31 8A 39 21
Octal 44 203 101 111 0 62 61 212 71 41
Binary 100100 10000011 1000001 1001001 0 110010 110001 10001010 111001 100001

Color Harmonies of #248341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248341

Black with #248341

Text Example


Text Example

White with #248341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248341; }

 p { color: rgb(36,131,65); }

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

background-color css

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

 a { background-color: rgb(36,131,65); }

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

border-color css

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

 span { border-color: rgb(36,131,65); }

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