Html Css Color HEX #2D453E Te Papa Green

📋 copy color: '#2D453E'

red 45 ◦ green 69 ◦ blue 62

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

Shades of Te Papa Green #2D453E

Tints of Te Papa Green #2D453E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.2%

 BLUE value IS 62 (24.61% from 255) = 35.23%

R = 25.57%
G = 39.2%
B = 35.23%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#2D453E (or 0x2D453E) is known color: Te Papa Green. HEX triplet: 2D, 45 and 3E. RGB value is (45,69,62). Sum of RGB (Red+Green+Blue) = 45+69+62=176 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.57% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 69 - color contains mainly: green. Hex color #2D453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D453E is #D2BAC1. Grayscale: #3D3D3D. Windows color (decimal): -13810370 or 4080941. OLE color: 4080941.

HSL color Cylindrical-coordinate representation of color #2D453E: hue angle of 162.5º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2D453E is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 45 69 62 -
CMYK 0.35 0 0.10 0.73
HSL 162.5º 0.21% 0.22% -
HSV(B) 162.5º 0.35% 0.27% -
XYZ 4.08 5.16 5.34 -
YUV 61.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 45 69 62 0.35 0 0.10 0.73 162.5 0.21 0.22
Hex 2D 45 3E 23 0 A 49 A2 15 16
Octal 55 105 76 43 0 12 111 242 25 26
Binary 101101 1000101 111110 100011 0 1010 1001001 10100010 10101 10110

Color Harmonies of #2D453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D453E

Black with #2D453E

Text Example


Text Example

White with #2D453E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,69,62); }

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

background-color css

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

 a { background-color: rgb(45,69,62); }

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

border-color css

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

 span { border-color: rgb(45,69,62); }

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