Html Css Color HEX #2D4D40 Te Papa Green

📋 copy color: '#2D4D40'

red 45 ◦ green 77 ◦ blue 64

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

Shades of Te Papa Green #2D4D40

Tints of Te Papa Green #2D4D40

RGB

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

 GREEN value IS 77 (30.47% from 255) = 41.4%

 BLUE value IS 64 (25.39% from 255) = 34.41%

R = 24.19%
G = 41.4%
B = 34.41%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#2D4D40 (or 0x2D4D40) is known color: Te Papa Green. HEX triplet: 2D, 4D and 40. RGB value is (45,77,64). Sum of RGB (Red+Green+Blue) = 45+77+64=186 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.19% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 77 - color contains mainly: green. Hex color #2D4D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4D40 is #D2B2BF. Grayscale: #414141. Windows color (decimal): -13808320 or 4214061. OLE color: 4214061.

HSL color Cylindrical-coordinate representation of color #2D4D40: hue angle of 155.62º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2D4D40 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB 45 77 64 -
CMYK 0.42 0 0.17 0.70
HSL 155.63º 0.26% 0.24% -
HSV(B) 155.63º 0.42% 0.3% -
XYZ 4.66 6.24 5.81 -
YUV 65.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 45 77 64 0.42 0 0.17 0.70 155.63 0.26 0.24
Hex 2D 4D 40 2A 0 11 46 9C 1A 18
Octal 55 115 100 52 0 21 106 234 32 30
Binary 101101 1001101 1000000 101010 0 10001 1000110 10011100 11010 11000

Color Harmonies of #2D4D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4D40

Black with #2D4D40

Text Example


Text Example

White with #2D4D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,77,64); }

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

background-color css

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

 a { background-color: rgb(45,77,64); }

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

border-color css

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

 span { border-color: rgb(45,77,64); }

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