Html Css Color HEX #2D4F3F Te Papa Green

📋 copy color: '#2D4F3F'

red 45 ◦ green 79 ◦ blue 63

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

Shades of Te Papa Green #2D4F3F

Tints of Te Papa Green #2D4F3F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.25%

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

R = 24.06%
G = 42.25%
B = 33.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#2D4F3F (or 0x2D4F3F) is known color: Te Papa Green. HEX triplet: 2D, 4F and 3F. RGB value is (45,79,63). Sum of RGB (Red+Green+Blue) = 45+79+63=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #2D4F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4F3F is #D2B0C0. Grayscale: #434343. Windows color (decimal): -13807809 or 4149037. OLE color: 4149037.

HSL color Cylindrical-coordinate representation of color #2D4F3F: hue angle of 151.76º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2D4F3F is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 45 79 63 -
CMYK 0.43 0 0.20 0.69
HSL 151.76º 0.27% 0.24% -
HSV(B) 151.76º 0.43% 0.31% -
XYZ 4.78 6.51 5.71 -
YUV 67.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 45 79 63 0.43 0 0.20 0.69 151.76 0.27 0.24
Hex 2D 4F 3F 2B 0 14 45 98 1B 18
Octal 55 117 77 53 0 24 105 230 33 30
Binary 101101 1001111 111111 101011 0 10100 1000101 10011000 11011 11000

Color Harmonies of #2D4F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4F3F

Black with #2D4F3F

Text Example


Text Example

White with #2D4F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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