Html Css Color HEX #234D3F Te Papa Green

📋 copy color: '#234D3F'

red 35 ◦ green 77 ◦ blue 63

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

Shades of Te Papa Green #234D3F

Tints of Te Papa Green #234D3F

RGB

 RED value IS 35 (14.06% from 255) = 20%

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

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

R = 20%
G = 44%
B = 36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#234D3F (or 0x234D3F) is known color: Te Papa Green. HEX triplet: 23, 4D and 3F. RGB value is (35,77,63). Sum of RGB (Red+Green+Blue) = 35+77+63=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 77 - color contains mainly: green. Hex color #234D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234D3F is #DCB2C0. Grayscale: #3E3E3E. Windows color (decimal): -14463681 or 4148515. OLE color: 4148515.

HSL color Cylindrical-coordinate representation of color #234D3F: hue angle of 160º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #234D3F is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB 35 77 63 -
CMYK 0.55 0 0.18 0.70
HSL 160º 0.38% 0.22% -
HSV(B) 160º 0.55% 0.3% -
XYZ 4.24 6.02 5.64 -
YUV 62.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 35 77 63 0.55 0 0.18 0.70 160 0.38 0.22
Hex 23 4D 3F 37 0 12 46 A0 26 16
Octal 43 115 77 67 0 22 106 240 46 26
Binary 100011 1001101 111111 110111 0 10010 1000110 10100000 100110 10110

Color Harmonies of #234D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234D3F

Black with #234D3F

Text Example


Text Example

White with #234D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234D3F; }

 p { color: rgb(35,77,63); }

 H1.HeaderClassName
 {
   color: #234D3F;
 }
 .AnyTagClassName
 {
   color: #234D3F;
 }
</style>

background-color css

<style>
 a { background-color: #234D3F; }

 a { background-color: rgb(35,77,63); }

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

border-color css

<style>
 span { border-color: #234D3F; }

 span { border-color: rgb(35,77,63); }

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