Html Css Color HEX #234A3F Te Papa Green

📋 copy color: '#234A3F'

red 35 ◦ green 74 ◦ blue 63

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

Shades of Te Papa Green #234A3F

Tints of Te Papa Green #234A3F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 43.02%

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

R = 20.35%
G = 43.02%
B = 36.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#234A3F (or 0x234A3F) is known color: Te Papa Green. HEX triplet: 23, 4A and 3F. RGB value is (35,74,63). Sum of RGB (Red+Green+Blue) = 35+74+63=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 74 - color contains mainly: green. Hex color #234A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234A3F is #DCB5C0. Grayscale: #3D3D3D. Windows color (decimal): -14464449 or 4147747. OLE color: 4147747.

HSL color Cylindrical-coordinate representation of color #234A3F: hue angle of 163.08º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234A3F is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 74 63 -
CMYK 0.53 0 0.15 0.71
HSL 163.08º 0.36% 0.21% -
HSV(B) 163.08º 0.53% 0.29% -
XYZ 4.04 5.61 5.57 -
YUV 61.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 35 74 63 0.53 0 0.15 0.71 163.08 0.36 0.21
Hex 23 4A 3F 35 0 F 47 A3 24 15
Octal 43 112 77 65 0 17 107 243 44 25
Binary 100011 1001010 111111 110101 0 1111 1000111 10100011 100100 10101

Color Harmonies of #234A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234A3F

Black with #234A3F

Text Example


Text Example

White with #234A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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