Html Css Color HEX #298141 Camarone

📋 copy color: '#298141'

red 41 ◦ green 129 ◦ blue 65

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

Shades of Camarone #298141

Tints of Camarone #298141

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.89%

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

R = 17.45%
G = 54.89%
B = 27.66%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#298141 (or 0x298141) is known color: Camarone. HEX triplet: 29, 81 and 41. RGB value is (41,129,65). Sum of RGB (Red+Green+Blue) = 41+129+65=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #298141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298141 is #D67EBE. Grayscale: #5F5F5F. Windows color (decimal): -14057151 or 4292905. OLE color: 4292905.

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

Color convert

RGB 41 129 65 -
CMYK 0.68 0 0.50 0.49
HSL 136.36º 0.52% 0.33% -
HSV(B) 136.36º 0.68% 0.51% -
XYZ 9.72 16.55 7.68 -
YUV 95.39 110.85 89.2 -
System Red Green Blue C M Y K H S L
Decimal 41 129 65 0.68 0 0.50 0.49 136.36 0.52 0.33
Hex 29 81 41 44 0 32 31 88 34 21
Octal 51 201 101 104 0 62 61 210 64 41
Binary 101001 10000001 1000001 1000100 0 110010 110001 10001000 110100 100001

Color Harmonies of #298141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298141

Black with #298141

Text Example


Text Example

White with #298141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298141; }

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

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

background-color css

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

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

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

border-color css

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

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

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