Html Css Color HEX #2C634B Green Pea

📋 copy color: '#2C634B'

red 44 ◦ green 99 ◦ blue 75

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

Shades of Green Pea #2C634B

Tints of Green Pea #2C634B

RGB

 RED value IS 44 (17.58% from 255) = 20.18%

 GREEN value IS 99 (39.06% from 255) = 45.41%

 BLUE value IS 75 (29.69% from 255) = 34.4%

R = 20.18%
G = 45.41%
B = 34.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#2C634B (or 0x2C634B) is known color: Green Pea. HEX triplet: 2C, 63 and 4B. RGB value is (44,99,75). Sum of RGB (Red+Green+Blue) = 44+99+75=218 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.18% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #2C634B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C634B is #D39CB4. Grayscale: #4F4F4F. Windows color (decimal): -13868213 or 4940588. OLE color: 4940588.

HSL color Cylindrical-coordinate representation of color #2C634B: hue angle of 153.82º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C634B is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 44 99 75 -
CMYK 0.56 0 0.24 0.61
HSL 153.82º 0.38% 0.28% -
HSV(B) 153.82º 0.56% 0.39% -
XYZ 6.77 9.97 8.22 -
YUV 79.82 125.28 102.45 -
System Red Green Blue C M Y K H S L
Decimal 44 99 75 0.56 0 0.24 0.61 153.82 0.38 0.28
Hex 2C 63 4B 38 0 18 3D 9A 26 1C
Octal 54 143 113 70 0 30 75 232 46 34
Binary 101100 1100011 1001011 111000 0 11000 111101 10011010 100110 11100

Color Harmonies of #2C634B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C634B

Black with #2C634B

Text Example


Text Example

White with #2C634B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C634B; }

 p { color: rgb(44,99,75); }

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

background-color css

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

 a { background-color: rgb(44,99,75); }

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

border-color css

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

 span { border-color: rgb(44,99,75); }

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