Html Css Color HEX #2D704B Green Pea

📋 copy color: '#2D704B'

red 45 ◦ green 112 ◦ blue 75

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

Shades of Green Pea #2D704B

Tints of Green Pea #2D704B

RGB

 RED value IS 45 (17.97% from 255) = 19.4%

 GREEN value IS 112 (44.14% from 255) = 48.28%

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

R = 19.4%
G = 48.28%
B = 32.33%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#2D704B (or 0x2D704B) is known color: Green Pea. HEX triplet: 2D, 70 and 4B. RGB value is (45,112,75). Sum of RGB (Red+Green+Blue) = 45+112+75=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #2D704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D704B is #D28FB4. Grayscale: #575757. Windows color (decimal): -13799349 or 4943917. OLE color: 4943917.

HSL color Cylindrical-coordinate representation of color #2D704B: hue angle of 146.87º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D704B is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 45 112 75 -
CMYK 0.60 0 0.33 0.56
HSL 146.87º 0.43% 0.31% -
HSV(B) 146.87º 0.6% 0.44% -
XYZ 8.15 12.65 8.67 -
YUV 87.75 120.8 97.51 -
System Red Green Blue C M Y K H S L
Decimal 45 112 75 0.60 0 0.33 0.56 146.87 0.43 0.31
Hex 2D 70 4B 3C 0 21 38 93 2B 1F
Octal 55 160 113 74 0 41 70 223 53 37
Binary 101101 1110000 1001011 111100 0 100001 111000 10010011 101011 11111

Color Harmonies of #2D704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D704B

Black with #2D704B

Text Example


Text Example

White with #2D704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,112,75); }

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

background-color css

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

 a { background-color: rgb(45,112,75); }

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

border-color css

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

 span { border-color: rgb(45,112,75); }

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