Html Css Color HEX #2D433C Te Papa Green

📋 copy color: '#2D433C'

red 45 ◦ green 67 ◦ blue 60

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

Shades of Te Papa Green #2D433C

Tints of Te Papa Green #2D433C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.95%

 BLUE value IS 60 (23.83% from 255) = 34.88%

R = 26.16%
G = 38.95%
B = 34.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.74

RGB Variations

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

Color information

#2D433C (or 0x2D433C) is known color: Te Papa Green. HEX triplet: 2D, 43 and 3C. RGB value is (45,67,60). Sum of RGB (Red+Green+Blue) = 45+67+60=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 67 - color contains mainly: green. Hex color #2D433C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D433C is #D2BCC3. Grayscale: #3B3B3B. Windows color (decimal): -13810884 or 3949357. OLE color: 3949357.

HSL color Cylindrical-coordinate representation of color #2D433C: hue angle of 160.91º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2D433C is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB 45 67 60 -
CMYK 0.33 0 0.10 0.74
HSL 160.91º 0.2% 0.22% -
HSV(B) 160.91º 0.33% 0.26% -
XYZ 3.9 4.9 5.01 -
YUV 59.62 128.21 117.57 -
System Red Green Blue C M Y K H S L
Decimal 45 67 60 0.33 0 0.10 0.74 160.91 0.2 0.22
Hex 2D 43 3C 21 0 A 4A A1 14 16
Octal 55 103 74 41 0 12 112 241 24 26
Binary 101101 1000011 111100 100001 0 1010 1001010 10100001 10100 10110

Color Harmonies of #2D433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D433C

Black with #2D433C

Text Example


Text Example

White with #2D433C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,67,60); }

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

background-color css

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

 a { background-color: rgb(45,67,60); }

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

border-color css

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

 span { border-color: rgb(45,67,60); }

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