Html Css Color HEX #295C43 Green Pea

📋 copy color: '#295C43'

red 41 ◦ green 92 ◦ blue 67

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

Shades of Green Pea #295C43

Tints of Green Pea #295C43

RGB

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

 GREEN value IS 92 (36.33% from 255) = 46%

 BLUE value IS 67 (26.56% from 255) = 33.5%

R = 20.5%
G = 46%
B = 33.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#295C43 (or 0x295C43) is known color: Green Pea. HEX triplet: 29, 5C and 43. RGB value is (41,92,67). Sum of RGB (Red+Green+Blue) = 41+92+67=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 92 - color contains mainly: green. Hex color #295C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295C43 is #D6A3BC. Grayscale: #494949. Windows color (decimal): -14066621 or 4414505. OLE color: 4414505.

HSL color Cylindrical-coordinate representation of color #295C43: hue angle of 150.59º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #295C43 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 92 67 -
CMYK 0.55 0 0.27 0.64
HSL 150.59º 0.38% 0.26% -
HSV(B) 150.59º 0.55% 0.36% -
XYZ 5.75 8.53 6.65 -
YUV 73.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 41 92 67 0.55 0 0.27 0.64 150.59 0.38 0.26
Hex 29 5C 43 37 0 1B 40 97 26 1A
Octal 51 134 103 67 0 33 100 227 46 32
Binary 101001 1011100 1000011 110111 0 11011 1000000 10010111 100110 11010

Color Harmonies of #295C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C43

Black with #295C43

Text Example


Text Example

White with #295C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295C43; }

 p { color: rgb(41,92,67); }

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

background-color css

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

 a { background-color: rgb(41,92,67); }

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

border-color css

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

 span { border-color: rgb(41,92,67); }

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