Html Css Color HEX #248240 Camarone

📋 copy color: '#248240'

red 36 ◦ green 130 ◦ blue 64

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

Shades of Camarone #248240

Tints of Camarone #248240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 56.52%

 BLUE value IS 64 (25.39% from 255) = 27.83%

R = 15.65%
G = 56.52%
B = 27.83%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#248240 (or 0x248240) is known color: Camarone. HEX triplet: 24, 82 and 40. RGB value is (36,130,64). Sum of RGB (Red+Green+Blue) = 36+130+64=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #248240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248240 is #DB7DBF. Grayscale: #5E5E5E. Windows color (decimal): -14384576 or 4227620. OLE color: 4227620.

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

Color convert

RGB 36 130 64 -
CMYK 0.72 0 0.51 0.49
HSL 137.87º 0.57% 0.33% -
HSV(B) 137.87º 0.72% 0.51% -
XYZ 9.64 16.71 7.57 -
YUV 94.37 110.86 86.37 -
System Red Green Blue C M Y K H S L
Decimal 36 130 64 0.72 0 0.51 0.49 137.87 0.57 0.33
Hex 24 82 40 48 0 33 31 8A 39 21
Octal 44 202 100 110 0 63 61 212 71 41
Binary 100100 10000010 1000000 1001000 0 110011 110001 10001010 111001 100001

Color Harmonies of #248240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248240

Black with #248240

Text Example


Text Example

White with #248240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248240; }

 p { color: rgb(36,130,64); }

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

background-color css

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

 a { background-color: rgb(36,130,64); }

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

border-color css

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

 span { border-color: rgb(36,130,64); }

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