Html Css Color HEX #2D613F Green Pea

📋 copy color: '#2D613F'

red 45 ◦ green 97 ◦ blue 63

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

Shades of Green Pea #2D613F

Tints of Green Pea #2D613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.32%

 BLUE value IS 63 (25% from 255) = 30.73%

R = 21.95%
G = 47.32%
B = 30.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#2D613F (or 0x2D613F) is known color: Green Pea. HEX triplet: 2D, 61 and 3F. RGB value is (45,97,63). Sum of RGB (Red+Green+Blue) = 45+97+63=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #2D613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D613F is #D29EC0. Grayscale: #4D4D4D. Windows color (decimal): -13803201 or 4153645. OLE color: 4153645.

HSL color Cylindrical-coordinate representation of color #2D613F: hue angle of 140.77º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D613F is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 45 97 63 -
CMYK 0.54 0 0.35 0.62
HSL 140.77º 0.37% 0.28% -
HSV(B) 140.77º 0.54% 0.38% -
XYZ 6.25 9.47 6.2 -
YUV 77.58 119.77 104.76 -
System Red Green Blue C M Y K H S L
Decimal 45 97 63 0.54 0 0.35 0.62 140.77 0.37 0.28
Hex 2D 61 3F 36 0 23 3E 8D 25 1C
Octal 55 141 77 66 0 43 76 215 45 34
Binary 101101 1100001 111111 110110 0 100011 111110 10001101 100101 11100

Color Harmonies of #2D613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D613F

Black with #2D613F

Text Example


Text Example

White with #2D613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,97,63); }

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

background-color css

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

 a { background-color: rgb(45,97,63); }

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

border-color css

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

 span { border-color: rgb(45,97,63); }

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