Html Css Color HEX #237248 Dark Spring Green

📋 copy color: '#237248'

red 35 ◦ green 114 ◦ blue 72

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

Shades of Dark Spring Green #237248

Tints of Dark Spring Green #237248

RGB

 RED value IS 35 (14.06% from 255) = 15.84%

 GREEN value IS 114 (44.92% from 255) = 51.58%

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

R = 15.84%
G = 51.58%
B = 32.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#237248 (or 0x237248) is known color: Dark Spring Green. HEX triplet: 23, 72 and 48. RGB value is (35,114,72). Sum of RGB (Red+Green+Blue) = 35+114+72=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #237248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237248 is #DC8DB7. Grayscale: #555555. Windows color (decimal): -14454200 or 4747811. OLE color: 4747811.

HSL color Cylindrical-coordinate representation of color #237248: hue angle of 148.1º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #237248 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 114 72 -
CMYK 0.69 0 0.37 0.55
HSL 148.1º 0.53% 0.29% -
HSV(B) 148.1º 0.69% 0.45% -
XYZ 7.88 12.86 8.2 -
YUV 85.59 120.33 91.92 -
System Red Green Blue C M Y K H S L
Decimal 35 114 72 0.69 0 0.37 0.55 148.1 0.53 0.29
Hex 23 72 48 45 0 25 37 94 35 1D
Octal 43 162 110 105 0 45 67 224 65 35
Binary 100011 1110010 1001000 1000101 0 100101 110111 10010100 110101 11101

Color Harmonies of #237248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237248

Black with #237248

Text Example


Text Example

White with #237248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237248; }

 p { color: rgb(35,114,72); }

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

background-color css

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

 a { background-color: rgb(35,114,72); }

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

border-color css

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

 span { border-color: rgb(35,114,72); }

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