Html Css Color HEX #234E42 Te Papa Green

📋 copy color: '#234E42'

red 35 ◦ green 78 ◦ blue 66

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

Shades of Te Papa Green #234E42

Tints of Te Papa Green #234E42

RGB

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

 GREEN value IS 78 (30.86% from 255) = 43.58%

 BLUE value IS 66 (26.17% from 255) = 36.87%

R = 19.55%
G = 43.58%
B = 36.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#234E42 (or 0x234E42) is known color: Te Papa Green. HEX triplet: 23, 4E and 42. RGB value is (35,78,66). Sum of RGB (Red+Green+Blue) = 35+78+66=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 78 - color contains mainly: green. Hex color #234E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234E42 is #DCB1BD. Grayscale: #3F3F3F. Windows color (decimal): -14463422 or 4345379. OLE color: 4345379.

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

Color convert

RGB 35 78 66 -
CMYK 0.55 0 0.15 0.69
HSL 163.26º 0.38% 0.22% -
HSV(B) 163.26º 0.55% 0.31% -
XYZ 4.4 6.2 6.12 -
YUV 63.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 35 78 66 0.55 0 0.15 0.69 163.26 0.38 0.22
Hex 23 4E 42 37 0 F 45 A3 26 16
Octal 43 116 102 67 0 17 105 243 46 26
Binary 100011 1001110 1000010 110111 0 1111 1000101 10100011 100110 10110

Color Harmonies of #234E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234E42

Black with #234E42

Text Example


Text Example

White with #234E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,78,66); }

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

background-color css

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

 a { background-color: rgb(35,78,66); }

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

border-color css

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

 span { border-color: rgb(35,78,66); }

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