Html Css Color HEX #298041 Camarone

📋 copy color: '#298041'

red 41 ◦ green 128 ◦ blue 65

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

Shades of Camarone #298041

Tints of Camarone #298041

RGB

 RED value IS 41 (16.41% from 255) = 17.52%

 GREEN value IS 128 (50.39% from 255) = 54.7%

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

R = 17.52%
G = 54.7%
B = 27.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#298041 (or 0x298041) is known color: Camarone. HEX triplet: 29, 80 and 41. RGB value is (41,128,65). Sum of RGB (Red+Green+Blue) = 41+128+65=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 128 (50.39% from 255 or 54.70% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 128 - color contains mainly: green. Hex color #298041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298041 is #D67FBE. Grayscale: #5E5E5E. Windows color (decimal): -14057407 or 4292649. OLE color: 4292649.

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

Color convert

RGB 41 128 65 -
CMYK 0.68 0 0.49 0.50
HSL 136.55º 0.51% 0.33% -
HSV(B) 136.55º 0.68% 0.5% -
XYZ 9.59 16.29 7.64 -
YUV 94.81 111.18 89.62 -
System Red Green Blue C M Y K H S L
Decimal 41 128 65 0.68 0 0.49 0.50 136.55 0.51 0.33
Hex 29 80 41 44 0 31 32 89 33 21
Octal 51 200 101 104 0 61 62 211 63 41
Binary 101001 10000000 1000001 1000100 0 110001 110010 10001001 110011 100001

Color Harmonies of #298041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298041

Black with #298041

Text Example


Text Example

White with #298041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298041; }

 p { color: rgb(41,128,65); }

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

background-color css

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

 a { background-color: rgb(41,128,65); }

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

border-color css

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

 span { border-color: rgb(41,128,65); }

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