Html Css Color HEX #267C2A Japanese Laurel

📋 copy color: '#267C2A'

red 38 ◦ green 124 ◦ blue 42

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

Shades of Japanese Laurel #267C2A

Tints of Japanese Laurel #267C2A

RGB

 RED value IS 38 (15.23% from 255) = 18.63%

 GREEN value IS 124 (48.83% from 255) = 60.78%

 BLUE value IS 42 (16.8% from 255) = 20.59%

R = 18.63%
G = 60.78%
B = 20.59%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#267C2A (or 0x267C2A) is known color: Japanese Laurel. HEX triplet: 26, 7C and 2A. RGB value is (38,124,42). Sum of RGB (Red+Green+Blue) = 38+124+42=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 124 (48.83% from 255 or 60.78% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 124 - color contains mainly: green. Hex color #267C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267C2A is #D983D5. Grayscale: #595959. Windows color (decimal): -14255062 or 2784294. OLE color: 2784294.

HSL color Cylindrical-coordinate representation of color #267C2A: hue angle of 122.79º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267C2A is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 124 42 -
CMYK 0.69 0 0.66 0.51
HSL 122.79º 0.53% 0.32% -
HSV(B) 122.79º 0.69% 0.49% -
XYZ 8.42 14.99 4.64 -
YUV 88.94 101.51 91.67 -
System Red Green Blue C M Y K H S L
Decimal 38 124 42 0.69 0 0.66 0.51 122.79 0.53 0.32
Hex 26 7C 2A 45 0 42 33 7B 35 20
Octal 46 174 52 105 0 102 63 173 65 40
Binary 100110 1111100 101010 1000101 0 1000010 110011 1111011 110101 100000

Color Harmonies of #267C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267C2A

Black with #267C2A

Text Example


Text Example

White with #267C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267C2A; }

 p { color: rgb(38,124,42); }

 H1.HeaderClassName
 {
   color: #267C2A;
 }
 .AnyTagClassName
 {
   color: #267C2A;
 }
</style>

background-color css

<style>
 a { background-color: #267C2A; }

 a { background-color: rgb(38,124,42); }

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

border-color css

<style>
 span { border-color: #267C2A; }

 span { border-color: rgb(38,124,42); }

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